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

UnboundLocalError: local variable 'forecast_df_folds' referenced before assignment #34

Closed agbaezehenry closed 3 years ago

agbaezehenry commented 3 years ago

not sure why but I'm getting this error when using this function: automl_model.fit()

ngupta23 commented 3 years ago

Can you provide a minimally reproducible example?

AutoViML commented 3 years ago

Sorry for the problem. There was a minor typo in one of the files which causes this problem. Has been fixed. Please try again using the latest version: "pip install auto_ts --ignore-installed --no-cache-dir" That should upgrade your version and hopefully fixes it. Ram

On Wed, Dec 30, 2020 at 8:39 PM Nikhil Gupta notifications@github.com wrote:

Can you provide a minimally reproducible example?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AutoViML/Auto_TS/issues/34#issuecomment-752812428, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKBH6BSAG7PXACUKBFF4MLSXPI6FANCNFSM4VOWCMYA .

AutoViML commented 3 years ago

Fixed - just upgrade to the latest version by: "pip install auto_ts --ignore-installed --no-cache-dir"