Python Forum

Full Version: SARIMAX ValueError: xnames and params do not have the same length
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am running SARIMAX and I am getting the following error:

ValueError: xnames and params do not have the same length.

I need help understanding what this error means.

This is the model that I am trying to run:

mod = sm.tsa.statespace.SARIMAX(y,order=(1, 1, 1), seasonal_order=(1, 1, 1, 12), enforce_stationarity=False, enforce_invertibility=False)



Thanks,



Preetha
I don't think so many here have used or have heard of SARIMAX(Statsmodels)
It's better to ask at there google group, GitHub issue.