Skip to content

Commit

Permalink
Creating Budget Allocation Notebook Example (#370)
Browse files Browse the repository at this point in the history
* Creating Budget Allocation example

* Small change on the notebook

* Switching words

* Adding missing code

* Modifying notebook

* Changing introduction

* Adding links

* Correcting grammar v1

* changing title

* Modifying narrative v2

* Modify Narrative V3

* Changing Load Model Section

* Small grammar correction

* Updating functions and descriptions

* Adding section to handling non-fit errors

* Correcting git workflows error

* Updating notebook
  • Loading branch information
cetagostini authored Oct 6, 2023
1 parent 8e4fe3e commit 4989a73
Show file tree
Hide file tree
Showing 3 changed files with 2,084 additions and 1 deletion.
2,083 changes: 2,083 additions & 0 deletions docs/source/notebooks/mmm/mmm_budget_allocation_example.ipynb

Large diffs are not rendered by default.

Binary file added models/budget_optimizer_model_1.nc
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [{ name = "PyMC Labs", email = "[email protected]" }]
dependencies = [
"arviz>=0.13.0",
"matplotlib>=3.5.1",
"numpy>=1.17",
"numpy>=1.17,<1.25",
"pandas",
# NOTE: Keep minimum pymc version in sync with ci.yml `OLDEST_PYMC_VERSION`
"pymc>=5.8.2",
Expand Down

0 comments on commit 4989a73

Please sign in to comment.