API Reference

This section is a hand-curated reference for the retained public Abacus API.

It focuses on stable entry points that users are expected to import directly. It does not try to document every internal module under abacus.mmm.models, abacus.mmm.summarization, or abacus.pipeline.stages.

For task-oriented workflows, use the main documentation sections first. Use this reference when you need the exact import path, object name, or the scope of a public surface.

Main module groups

Module Primary public surface
abacus.mmm.panel PanelMMM
abacus.mmm Adstock, saturation, Fourier, HSGP, and trend classes
abacus.mmm.optimization PanelBudgetOptimizerWrapper and advanced optimisation helpers
abacus.mmm.builders.yaml build_mmm_from_yaml(...)
abacus.pipeline PipelineRunConfig, run_pipeline(...), PipelineRunResult
abacus.scenario_planner Planner specs, ScenarioPlanner, ScenarioComparison
abacus.data.idata MMMIDataWrapper, schema helpers, and idata utilities

Pages