Welcome#
forecast-tools
has been developed to support forecasting education and applied forecasting research. It is MIT licensed and freely available to practitioners, students and researchers via PyPi. There is a long term plan to make forecast-tools available via conda-forge.
Vision for forecast-tools#
Deliver high quality reliable code for forecasting education and practice with full documentation and unit testing.
Provide a simple to use pythonic interface that users of
statsmodels
andsklearn
will recognise.To improve the quality of Machine Learning time series forecasting and encourage the use of best practice.
Features:#
Implementation of classic naive forecast benchmarks such as Naive Forecast 1 along with prediction intervals
Implementation of scale-dependent, relative and scaled forecast errors.
Rolling forecast origin and sliding window for time series cross validation
Built in daily level datasets
Installation#
pip install forecast-tools