Getting Started
This section helps you install Abacus and run your first model.
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 — Set up Abacus from a local checkout with Conda or pip, add optional extras, and verify the install.
- 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.