What is the purpose of normalization in the adstock function? #79
-
Hey all, Just wondering what is the reason behind the normalization in the adstock model, can anyone please clarify the intuition? Is it because it will be easier for the model to predict due to scaled (normalized) adstock? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @saukang ! This is due to the lagging in the adstock, if we dont normalize the values quickly build up. Here is what the adstock values look like for two random media channels with normalisation: And here is what they would look like if we dont normalise: However we will expose the parameter and you will be able to choose whether you want to normalise or not. Hope it helps! |
Beta Was this translation helpful? Give feedback.
Hello @saukang !
This is due to the lagging in the adstock, if we dont normalize the values quickly build up.
Here is what the adstock values look like for two random media channels with normalisation:
And here is what they would look like if we dont normalise:
However we will expose the parameter and you will be able to choose whether you want to normalise or not.
Hope it helps!