Affectionate_Shine55 t1_jbvqc9r wrote on March 12, 2023 at 2:18 AM Reply to [D] Statsmodels ARIMA model predict function not working by ng_guardian model_ar.fit().predict(test) Usually people do res=model_ar.fit() res.summary() preds = res.predict(test) Permalink 1
Affectionate_Shine55 t1_jbvqc9r wrote
Reply to [D] Statsmodels ARIMA model predict function not working by ng_guardian
model_ar.fit().predict(test)
Usually people do
res=model_ar.fit()
res.summary()
preds = res.predict(test)