-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make optimization based on the entire posterior and not on the margin…
…al mean parameters. (#1151) * New Budget Optimizer with Risk Assessment * Final notebooks * Notebook * Notebook index * Updating tests * Title change * Modify text * Notebook and adjustments Co-Authored-By: Will Dean <[email protected]> * Hints * Unit tests * pre-commit * notebook possible issue * seed * pre commit * Changes based on feedback * Solving unit tests * Final notebook * Last notebook adjustment to utility * pre-commit * Updating notebooks * support for newer pydantic message * support for newer pydantic message for adstock * Requested changes * Restoring version from main example notebook --------- Co-authored-by: Juan Orduz <[email protected]> Co-authored-by: Will Dean <[email protected]> Co-authored-by: Will Dean <[email protected]>
- Loading branch information
1 parent
7a7cf1d
commit f4d5030
Showing
11 changed files
with
4,539 additions
and
1,126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,351 changes: 1,351 additions & 0 deletions
1,351
docs/source/notebooks/mmm/mmm_allocation_assessment.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
314 changes: 185 additions & 129 deletions
314
docs/source/notebooks/mmm/mmm_budget_allocation_example.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,4 @@ dependencies: | |
- pytest-cov==3.0.0 | ||
- pytest-mock | ||
- mlflow | ||
- hatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.