You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following exceptions while trying Auto_TS:
Exception occurred while building Prophet model...
'DataFrame' object has no attribute 'append'
FB Prophet may not be installed or Model is not running...
Exception occurred while building Auto SARIMAX model...
'DataFrame' object has no attribute 'append'
Auto SARIMAX model error: predictions not available.
I have followed the example notebook given for univariate model.
The text was updated successfully, but these errors were encountered:
Getting the exact same errors when executing the autots_univariate_example.ipynb:
Best model is a Seasonal SARIMAX(2,1,1)*(0,0,0,12), aic = 2458.432
Exception occurred while building Auto SARIMAX model...
'DataFrame' object has no attribute 'append'
Auto SARIMAX model error: predictions not available.
Fold Number: 2 --> Train Shape: 441 Test Shape: 5
Exception occurred while building Prophet model...
'DataFrame' object has no attribute 'append'
FB Prophet may not be installed or Model is not running...
I am getting the following exceptions while trying Auto_TS:
Exception occurred while building Prophet model...
'DataFrame' object has no attribute 'append'
FB Prophet may not be installed or Model is not running...
Exception occurred while building Auto SARIMAX model...
'DataFrame' object has no attribute 'append'
Auto SARIMAX model error: predictions not available.
I have followed the example notebook given for univariate model.
The text was updated successfully, but these errors were encountered: