Skip to content

Commit

Permalink
update chapter 9 mmm
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip1029 committed Apr 8, 2024
1 parent f23aeab commit 2d4207a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions chapter_9.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -113,31 +113,31 @@
"source": [
"The simulated Media Mix expenditure data comprise weekly media expenditures and reveune data over a four-years period from 11-23-2015 to 11-11-2019, 208 weeks data. \n",
"\n",
"`date`: marketing date\n",
"`date`: the bigging date of the week\n",
"\n",
"`revenue`: business revenue of the week\n",
"\n",
"`tv_s`: tv expenditure of the week \n",
"\n",
"`ooh_s`:\n",
"`ooh_s`: the Out-of-home (OOH) channel expenditure \n",
"\n",
"`print_s`:\n",
"`print_s`: print media advertising expenditure \n",
"\n",
"`facebook_i`:\n",
"`facebook_i`: facebook impression\n",
"\n",
"`search_clicks_p`:\n",
"`search_clicks_p`: clicks counts through search results\n",
"\n",
"`search_s`:\n",
"`search_s`: expenditure on paid search\n",
"\n",
"`competitor_sales_b`:\n",
"`competitor_sales_b`: competitor's sales\n",
"\n",
"`facebook_s`:\n",
"`facebook_s`: facebook advertising expenditure\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -147,7 +147,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -276,7 +276,7 @@
"4 28401.744069 27100 7105985 20687.478156 "
]
},
"execution_count": 10,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -4223,7 +4223,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down

0 comments on commit 2d4207a

Please sign in to comment.