Quickstart
This guide takes you from a fresh install to your first completed run in under five minutes using the bundled demo data.
1. Run a bundled demo
List the available demos:
Output:
Run the timeseries demo:
When run from the source checkout, this creates a dated run directory under
runs/demos/. When run from an installed package, the default output root is
./runs/demos/ relative to your current working directory. Each demo produces
a full staged output layout.
2. Inspect the run directory
After the demo completes, find the created run directory:
You will see a directory like demo-timeseries_20260402_073500/.
The name comes from the demo’s project.name (demo-timeseries) plus a
timestamp. The bundled demos now default to full-sample fits, so LOO and WAIC
outputs are available in the assessment stage by default. Inside:
3. Read the key outputs
Start with the manifest:
Check the diagnostics bundle:
View the model results summary by opening the HTML file in your browser:
Inspect the decomposition CSV:
4. Run your own config
Create a YAML config file (e.g. project.yml):
Run it:
5. Next steps
- Read the configuration guide to understand every YAML section.
- Read the validation guide to choose the right validation strategy.
- Read the workflow guide for the full end-to-end agency workflow.
- Read the demo guide for more detail on the bundled reference workflows.