https://github.com/arviz-devs/arviz_example_data
Codes to generate ArviZ InferenceData examples
https://github.com/arviz-devs/arviz_example_data
Last synced: 5 months ago
JSON representation
Codes to generate ArviZ InferenceData examples
- Host: GitHub
- URL: https://github.com/arviz-devs/arviz_example_data
- Owner: arviz-devs
- License: apache-2.0
- Created: 2020-07-15T17:26:29.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-29T12:26:04.000Z (6 months ago)
- Last Synced: 2025-12-01T11:41:32.367Z (6 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 127 MB
- Stars: 3
- Watchers: 10
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArviZ `InferenceData` examples
This repository contains metadata of ArviZ InferenceData examples and the code used to generate some of the examples.
Example models stored remotely are listed in `data_remote.json`.
Example models stored locally are listed in `data_local.json`, and the data themselves are stored in `data/`.
Inclusion of the code serves both as extra information on the models in the JSON files and to ease updating these examples whenever necessary.
When applicable, code for a model should be added as an executable file (e.g. `.py` or `.ipynb`) to a directory in `code/` of the same name as the model.