question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add other data to schema?

See original GitHub issue

Per #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:open
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ahartikainencommented, Jul 31, 2019

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)

0reactions
OriolAbrilcommented, Nov 21, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found