You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add calibration support to YAML MMM builder (#1979)
* Add calibration support to YAML MMM builder
Introduces the ability to specify calibration steps in YAML config files for MMM models, including support for lift test and cost per target calibrations. Adds the _apply_calibration_steps function to apply these steps, updates example configs, and provides comprehensive tests for calibration step parsing and error handling.
* Update YAML configs and notebook for clarity and path handling
Commented out or clarified the 'nuts_sampler' option in multiple YAML config files to improve user guidance. Updated the calibration data file path in 'multi_dimensional_hierarchical_with_arbitrary_effects_model.yml' to use pathlib and pyprojroot for better portability. Refreshed the example notebook output to reflect recent changes in the codebase and dependencies.
* Juanito!
0 commit comments