prophet/python_shim
2021-03-29 15:36:57 -07:00
..
fbprophet Pakage rename (#1844) 2021-03-21 14:13:50 -07:00
LICENSE Pakage rename (#1844) 2021-03-21 14:13:50 -07:00
MANIFEST.in Pakage rename (#1844) 2021-03-21 14:13:50 -07:00
README.md Pakage rename (#1844) 2021-03-21 14:13:50 -07:00
requirements.txt Pin shim to fixed version 2021-03-29 15:36:57 -07:00
setup.py Bump version numbers 2021-03-26 15:36:07 -07:00

Prophet: Automatic Forecasting Procedure

As of v1.0, Prophet has moved to use the name "prophet" on PyPI and not the original name of "fbprophet". This package is now just a shim for using the prophet package. Please change references in your code to use "prophet" instead of "fbprophet".

See https://facebook.github.io/prophet/ for full documentation.