Seasonality in lightweight #50
Unanswered
Youssef-chaneb
asked this question in
Q&A
Replies: 1 comment
-
Hey Youssef! Thanks for opening up this one! I need to ask a few follow up questions in order to try to understand more about what is going on.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I want to thank you first for sharing this MMM library.
The model is meeting poor results and after digging, I've found out that the seasonality function modeled by lightweight is very flat and has not capted the variance of the target.
I've removed the seasonality feature of lightweight in models.py and added a seasonality feature previously calculed with the prophet library as an extra_feature variable.
It turns out that the posterior Beta of the seasonality seems to "converge" to 0. I've changed the extra_features prior to a Normal(1,1) distribution and it still gives the same results .
Find below a graph of the posterior distribution of the Beta seasonality :
Do you have any idea why the Beta posterior seems to be centered around 0 with a very low variance ?
Thank you for your help !
Youssef
Beta Was this translation helpful? Give feedback.
All reactions