prophet/python_shim/README.md
Ben Letham 6d81543eb2
Pakage rename (#1844)
* Rename package from fbprophet to prophet, and add shim

* Untrack files that should have been ignored

* Update github actions build commands
2021-03-21 14:13:50 -07:00

5 lines
394 B
Markdown

# Prophet: Automatic Forecasting Procedure
As of v1.0, Prophet has moved to use the name "[prophet](https://pypi.org/project/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.