What should I use for media_prior argument in mmm.fit function? #117
Unanswered
AruunnAnanda
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Hi AruunnAnanda If you have data for the total cost of the media on each channel, we would recommend using those values here for your media priors, after normalizing them with a CustomScaler as shown in the example Colabs! |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I understand that for the media prior argument I need to pass one value for each media spend channel in the form of an array.
Now my question is what should that value be?
Currently, I used a randomly typed number for all the channels as you can see below and executed the code. Is this wrong? What is your recommendation?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions