facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
MIT License
4.88k stars 534 forks source link

Upgrade to Prophet 1.1 #249

Closed tcuongd closed 1 year ago

tcuongd commented 2 years ago

Hello! We recently released v1.1 of Prophet: https://github.com/facebook/prophet/releases/tag/v1.1 which removes the pystan==2.19.1.1 dependency and has binary distributions (python 3.7-3.10) uploaded to PyPI. I think specifying prophet >= 1.1 will make the installation process for Kats a lot smoother.

noreplacementfordisplacement commented 2 years ago

Hello! We recently released v1.1 of Prophet: https://github.com/facebook/prophet/releases/tag/v1.1 which removes the pystan==2.19.1.1 dependency and has binary distributions (python 3.7-3.10) uploaded to PyPI. I think specifying prophet >= 1.1 will make the installation process for Kats a lot smoother.

How do I do that? pip install kats prophet >= 1.1 ?

octavd commented 2 years ago

Hello! Any news regarding this? Looking forward.

inigohidalgo commented 2 years ago

Hello! We recently released v1.1 of Prophet: https://github.com/facebook/prophet/releases/tag/v1.1 which removes the pystan==2.19.1.1 dependency and has binary distributions (python 3.7-3.10) uploaded to PyPI. I think specifying prophet >= 1.1 will make the installation process for Kats a lot smoother.

How do I do that? pip install kats prophet >= 1.1 ?

It isn't easy because the package has changed names from fbprophet to prophet. What I've done temporarily until this is updated is to download the source code for kats and edit it to match this new package name myself like so:

252

And pip install project/directory/

Vishnu-Rangiah commented 1 year ago

Please upgrade to prophet 1.1

michaelbrundage commented 1 year ago

We're currently blocked on performing this upgrade due to some internal incompatibilities. Looking forward to upgrading to Prophet 1.1 as soon as those issues are worked through.

michaelbrundage commented 1 year ago

Duplicate of #62

octavd commented 1 year ago

Hello @michaelbrundage Any news regarding the upgrade to Prophet 1.1 for kats?