Generate forecasts using several time series forecasting models in python.


Keywords
fbprophet, forecasting, python, statsmodels, time-series
License
MIT
Install
pip install foresee==0.1.0a9

Documentation

About foresee

Provided a time series and a few parameters, foresee can generate forecasts using several time series forecasting models in python and if requested, it can find the best model and results using out of sample forecast accuracy.

Example

before installation

try it out at: https://easy-forecast.herokuapp.com/

after installation

basic example, one-column dataframe, no UI

basic example, multi-column dataframe, no UI

basic example, with UI

Documentation

read the docs

installation

pip install foresee

Contributing

Contributions in any form are welcome, including:

  • Documentation improvements
  • Additional tests
  • New features to existing models
  • New models

Discussions take place at foresee channel on slack

join us on slack

Bug Reports

Bug reports can be submitted to the issue tracker at

https://github.com/foresee/foresee/issues