Getting different plots for monthly seasonality from model.plot_components and by plotting it from component breakdown #1224
Answered
by
LeonieFreisinger
deepanshu650
asked this question in
Q&A - forecasting best practices
|
Hi all, I am getting 2 different plots for added monthly seasonality from model.plot_components and once plotting on own from seasonality component breakdown on predicted dataframe. This one i got from model.plot_components This one i plotted using monthly seasonality component |
Answered by
LeonieFreisinger
Apr 21, 2023
Replies: 1 comment 1 reply
|
@deepanshu650 The |
1 reply
Answer selected by
LeonieFreisinger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


@deepanshu650 The
plot_components()is a custom neuralprophet function. Please have a look at the docu to checkout its purpose: https://neuralprophet.com/code/forecaster.html?highlight=plot_components#neuralprophet.forecaster.NeuralProphet.plot_components