Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between prophet package and fbprophet in Python?

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?

like image 473
Michael Chao Avatar asked Jul 28 '26 11:07

Michael Chao


1 Answers

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".

https://pythonlang.dev/repo/facebook-prophet/

like image 96
madprops Avatar answered Jul 31 '26 01:07

madprops



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!