Submitted by ng_guardian t3_11or4qb in MachineLearning
Toilet_Assassin t1_jc0gn35 wrote
Reply to comment by TywinASOIAF in [D] Statsmodels ARIMA model predict function not working by ng_guardian
In the end the observations you feed to the model will boil down to a sequentially indexed array, so it isn't too much effort to map indices to hour intervals with a time column. You will have to extend the time column to match the forecasted indices though, but that isn't too much effort at the end of the day.
Viewing a single comment thread. View all comments