Add other data to schema?
See original GitHub issuePer #219, other data may be involved in inference. In the eight schools model, for example, the data block contains:
data {
int<lower=0> J; // number of schools
real y[J]; // estimated treatment effects
real<lower=0> sigma[J]; // s.e. of effect estimates
}
right now, we only extract “observed_data”, which are observations of parameters in the model. More specifically, the posterior_predictive/
group should match with the observed_data/
group. Open for suggestions on whether and how to store the rest of the data.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Add Structured Data To Your How-To Pages | Documentation
Discover how you can add structured data to your how-to pages to make your content eligible for a rich result appearance in Google...
Read more >Specifying a schema | BigQuery - Google Cloud
To specify a schema when you load data, call the jobs.insert method and configure the schema property in the JobConfigurationLoad resource. To specify...
Read more >Add custom data to groups using schema extensions
Create a new group with extended data based on the schema extension definition that you just registered. Add, update, or remove custom data...
Read more >How can i insert the data in one schema table to another ...
Login to the user which have access to both the schema and run insert command like, INSERT INTO schema1.table_name SELECT * FROM ...
Read more >How to Add Structured Data to Your Website - YouTube
One adding it directly, and another using Tag Manager. ... Get my course "Mastering Structured Data & Schema.org for Rich Results" here: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For merging, let’s just decide a good way to do it (e.g. iloc 0 to 1000 … pystan infom 1000 to 2000 pymc info if combining pystan + pymc. Then just keep on updating this depending how we concat. Slicing adds some extra complexity)
I want to leave a link to the current specification on InferenceData schema here: https://arviz-devs.github.io/arviz/schema/schema.html
Moreover, I realized that @tyarkoni will probably have useful insight on sampler parameters/backend parameters and the like. Anything you would like to share will be more than welcome.