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
Without n_lags the models works and predicts well. When i add autoregression i get an error:
dataset returned:
ds step0 trend0 season_weekly0 season_daily0 ar0 step1 trend1 season_weekly1 season_daily1 ... step98 trend98 season_weekly98 season_daily98 ar98 step99 trend99 season_weekly99 season_daily99 ar99
0 2023-06-08 20:00:00 NaN NaN NaN NaN NaN NaN NaN NaN NaN ... NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
1 2023-06-08 21:00:00 NaN NaN NaN NaN NaN NaN NaN NaN
The text was updated successfully, but these errors were encountered:
I feel like this is extremely basic. The data set is just gold stock market prices- ds/datetime and closing price/y.
Here is the code:
Without n_lags the models works and predicts well. When i add autoregression i get an error:
dataset returned:
ds step0 trend0 season_weekly0 season_daily0 ar0 step1 trend1 season_weekly1 season_daily1 ... step98 trend98 season_weekly98 season_daily98 ar98 step99 trend99 season_weekly99 season_daily99 ar99
0 2023-06-08 20:00:00 NaN NaN NaN NaN NaN NaN NaN NaN NaN ... NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
1 2023-06-08 21:00:00 NaN NaN NaN NaN NaN NaN NaN NaN
The text was updated successfully, but these errors were encountered: