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
@MarkP88@JoosKorstanje - there is a small error i found in all the notebooks. Wherever you are calculating r2_score from the test & forecast, we need to use res.forecast(steps=1)[0] since forecast() returns an array.
@MarkP88 @JoosKorstanje - there is a small error i found in all the notebooks. Wherever you are calculating r2_score from the test & forecast, we need to use res.forecast(steps=1)[0] since forecast() returns an array.