I've tried running statsmodels SARIMAX code in Python but I keep getting:
"ValueError: Out-of-sample operations in a model with a regression component require additional exogenous values via the exog
argument."
Both my endog ['Oil_(Sm3)'] and exog ['Water_(Sm3)'] variables have the same shape (91, 2).
I'm stumped!