pmdarima
pmdarima copied to clipboard
Calling fit_constrained instead of fit
Question
Hi, First - thank you for developing this awesome package. I am using it for a while and find it very helpful.
I would like to constrain some coefficients to zero. Is it possible to call statsmodels.SARIMAX.fit_constrained instead of fit() ?
Let me look into what this would take. It doesn't seem like this would be too difficult
Great. Thanks From what I saw, the fit_constrained needs to be provided with another argument of "constraints"