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
In this notebook I illustrate a very simple forecasting technique with a toy dataset, namely, forecasting through decomposition. I use the 'seasonal_decompose' function in the 'statsmodels' package to do the decomposition. Then I use a naive forecasting technique and calculate the prediction interval by hand.