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
723 stars 113 forks source link

"['ds'] not in index" #67

Closed rnjv closed 2 years ago

rnjv commented 2 years ago

I get, not sure why:

Running Facebook Prophet Model... (Error): You have not provided the time_column values. This will result in an error Exception occurred while building Prophet model... "['ds'] not in index" FB Prophet may not be installed or Model is not running...

AutoViML commented 2 years ago

Hi @rnjv : Unless you can provide your sample data by cut paste here (even 10 rows will do), I cannot trouble this. Please understand there may be many reasons for this since I don't know your machine or environment. Unless you give me some data to work (or even a link to Github notebook or a colab notebook), I can't troubleshoot these kind of issues.