Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes documentation on mmm control variable scaling - Issue #1469 #1499

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/notebooks/mmm/mmm_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9672,11 +9672,11 @@
"source": [
"The new data needs to have all the features that are specified in the model. There is no need to worry about: \n",
"\n",
"- input scaling of channel spends or control features\n",
"- input scaling of channel spends\n",
"- creating fourier transformations on the `date_column`\n",
"- inverse scaling back to target domain\n",
"\n",
"That will be done automatically!"
"That will be done automatically! However, please note that control variables are NOT automatically scaled - if needed, you must scale them before passing the data to the model."
]
},
{
Expand Down