Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Apr 11, 2024
1 parent 06a922d commit c715113
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions docs/source/notebooks/mmm/mmm_budget_allocation_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,6 @@
"Before delving into the specifics of budget allocation, the initial step is to install the PyMC-Marketing library and ascertain its version. This step will confirm support for the budget allocation function. The following pip command can be run on your Jupyter Notebook:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "-LnDMZnXIh-x",
"outputId": "8d14a8c8-d5c7-4894-8333-eb437b69cd17"
},
"outputs": [],
"source": [
"!pip install pymc-marketing"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -119,7 +104,7 @@
},
"outputs": [],
"source": [
"name = \"/pymc-marketing/models/budget_optimizer_model_1.nc\"\n",
"name = \"/pymc-marketing/data/budget_optimizer_model_1.nc\"\n",
"mmm = DelayedSaturatedMMM.load(name)"
]
},
Expand Down

0 comments on commit c715113

Please sign in to comment.