Getting Started
This section helps you install ammm and run your first model.
For an existing integration, read the 3.3.2 upgrade guide first. This version changes the import and saved-model contracts; earlier runs require their original release.
Start here if you want to:
- set up a local environment from this repository
- fit
PanelMMMdirectly from Python - build a model from YAML
- run the structured pipeline against one of the bundled demo configs
Pages
- Installation — Install the private wheel or a local checkout, add optional extras, and verify the version and import location.
- Quickstart: Python API — Fit
PanelMMMdirectly from a pandas dataset in Python. - Quickstart: YAML Builder — Construct a model from a YAML config and combined dataset.
- Quickstart: Pipeline Runner — Run the staged pipeline from Python, the thin CLI, or the bundled demo launcher.