QuickstartΒΆ
This guide provides a minimal end-to-end example of running an Abacus MMM.
(Placeholder: This section needs to be filled in with a simple example, likely using the demo directory.)
Prerequisites: Ensure you have followed the Installation Guide.
Data: Use the sample data provided in
demo/input_data.csv.Configuration: Use or adapt the
demo/demo_config.yml.Execution: Run the model using the command:
python -m demo.runme
Results: Check the generated files in the
results/directory (see Interpreting Results Guide).