I tried to run this code for time series forecasting (ARIMA Model):
model = ARIMA(df.Price, (8,1,2)) result = model.fit(disp=0)
I got an error &q