@preetha01 wrote:
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 and how to resolve it.
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)
Posts: 2
Participants: 2