How to interpret this plot_components results? #1429
Unanswered
landkwon94
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment
-
So basically the forecast is a sum of all components. Because the lagged regressors are different for each step in the forecast, there are multiple lagged regressors displayed in varying colors (different shades of blue). They basically represent the weight ie the lagged regressor plus the other components result in the forecast. If you only forecast one step ahead, this can be seen more clearly. Hope this helps! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
This is the plot after training the Neural Prophet model in my case.
I understood the meaning of weights, which implies how lagged days affect forecasting results.
But I still do not perfectly understood what these 'lagged regressors' in the y-axis exactly mean. Although I read paper several times, I cannot fully understand..!
Can you give me some comments?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions