Regressors in estimating trend and seasonality #1273
Unanswered
gferrandik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested in understanding how seasonality and trend are computed in Robyn. As far as I understood from another discussion, raw media, context variables and organic variables are added as regressors in Prophet model before fitting.
However, when I read the code here, in the
prophet_decomp
function, it seems to me that regressors are added only whenfactor_vars
are present in the dataset, viaadd_regressor
, and they are added only if they are encoded factor variables. Am I missing something?Thank you for your time and work.
Beta Was this translation helpful? Give feedback.
All reactions