Python中的prophet包和fbprophet有什么区别?

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

我用谷歌搜索了如何安装 fbprophet 软件包,但最重要的结果是如何安装 prophet。这两个包有什么区别?它们是一样的吗?

这是同一个开发者。好像只是换个名字而已。

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/