I googled how to install the fbprophet
package, but the top result is how to install prophet
. What is the difference between the two packages? Are they the same?
Asked
Active
Viewed 5,755 times
6

Michael Chao
- 570
- 5
- 14
-
I have googled, but didn't find much useful information. – Michael Chao May 05 '22 at 11:59
1 Answers
7
It's by the same devs. Seems it was just a name change.
Prophet is on PyPI, so you can use pip to install it. From v0.6 onwards, Python 2 is no longer supported. As of v1.0, the package name on PyPI is "prophet"; prior to v1.0 it was "fbprophet".

madprops
- 3,909
- 5
- 34
- 42