Metadata-Version: 2.1
Name: foresee
Version: 0.1.0a9
Summary: Generate forecasts using several time series forecasting models in python.
Home-page: https://github.com/HamidM6/foresee
Author: Hamid Mohammadi
Author-email: hmohammadi6545@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

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](https://github.com/HamidM6/foresee/blob/master/foresee/examples/basic%20tutorial%2C%20one%20column%20input%20dataframe.ipynb)

[basic example, multi-column dataframe, no UI](https://github.com/HamidM6/foresee/blob/master/foresee/examples/basic%20tutorial%2C%20multi%20column%20input%20dataframe.ipynb)

[basic example, with UI](https://github.com/HamidM6/foresee/blob/master/foresee/examples/drop%20file%20to%20forecast.ipynb)


Documentation
=============

[read the docs](https://foresee.readthedocs.io/en/latest/)


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](https://join.slack.com/t/openstatworkspace/shared_invite/zt-e6cemrxs-dmHBIpHrZE_U0iciJBu6sA)

Bug Reports
===========

Bug reports can be submitted to the issue tracker at

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



