You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the 'full simple model' step by step with no issue, but when plottting forecast using m.plot(forecast), I can only access yhat data for the period in the futur, without plotting 'y' and past data:
When checking forecast dataframe I can only see values starting from the first day of my forecast:
Do you know where the problem is coming from? I am using Jupyter NTB and strictly following the step by step.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am following the 'full simple model' step by step with no issue, but when plottting forecast using m.plot(forecast), I can only access yhat data for the period in the futur, without plotting 'y' and past data:
When checking forecast dataframe I can only see values starting from the first day of my forecast:
Do you know where the problem is coming from? I am using Jupyter NTB and strictly following the step by step.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions