AutoViML / Auto_TS

Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.
Apache License 2.0
729 stars 114 forks source link

Updating to New Version of Prophet #82

Closed KarateKat94 closed 1 year ago

KarateKat94 commented 2 years ago

Prophet is now on version 1.0.1, in which it is called prophet instead of fbprophet. This updates that and allows it to run well with the updated package. Some verbiage may need to be updated within the comments of the main files to reflect this as well.

Additionally, I was unable to find how to update the install so that the newer version of prophet is installed when one pip installs prophet, but I could not figure out how to make this edit. if someone could help with that, I would appreciate it.

scatenag commented 2 years ago

:+1:

ghost commented 2 years ago

This is based on #81.

@AutoViML , do you think this is a pull request we can merge or are there other items that need to be completed?