I have a Holt Winter model, I need to obtain the confidence intervals.
I only know this
preds = best_model.forecast(2)
best_model.summary()
I have a Holt Winter model, I need to obtain the confidence intervals.
I only know this
preds = best_model.forecast(2)
best_model.summary()