Mean Centering vs Normalize[0,1] #27
Replies: 2 comments 1 reply
-
Please see Q4 in #7
Can you give an example, what's your x, y, intercept and model formula? |
Beta Was this translation helpful? Give feedback.
-
Subtracting mean will result in negative values, because my model is multiplicative, the next step is log1p transformation (i.e., x_new = log(x+1)), I need to avoid negative values. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Sibyl. In the google paper they normalize the variables on a 0 to 1 scale. In your blog post the variables are mean centered. Is there a reason why you made this change?
To me, it is intuitive to have the intercept be equivalent to when there is no media. But if you mean center the variables, the intercept is where spend is at their average.
Beta Was this translation helpful? Give feedback.
All reactions