prophet/python_shim
2022-09-06 09:27:54 +10: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 Remove Cython from install reqs and update shim (#2262) 2022-09-06 09:27:54 +10:00
setup.py Remove Cython from install reqs and update shim (#2262) 2022-09-06 09:27:54 +10: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.