Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support statsmodels.tsa.arima.model.ARIMA #526

Open
jasmineliaw opened this issue Nov 3, 2022 · 0 comments
Open

Support statsmodels.tsa.arima.model.ARIMA #526

jasmineliaw opened this issue Nov 3, 2022 · 0 comments

Comments

@jasmineliaw
Copy link

Describe the question you have

Hi, may I ask is there any reason that statsmodels.tsa.arima.model.ARIMA is not supported in pmdarima?

This post from statsmodels mentioned that:

Finally, there is a new model class ARIMA, which is meant to (eventually) be a single point of entry for all ARIMA-type models (including SARIMAX models). It is a subclass of statespace.SARIMAX but allows fitting using any of the estimators above.

And imo ARIMA could be more performant than SARIMAX because the different methods (estimators) provided in ARIMA.fit() could potentially speed up the fit process (see the inline comment in statsmodels.tsa.arima.model.ARIMA).

Reference of ARIMA's fit method:
https://www.statsmodels.org/devel/generated/statsmodels.tsa.arima.model.ARIMA.fit.html#statsmodels.tsa.arima.model.ARIMA.fit

So would you consider adding / replacing the current implementation with statsmodels.tsa.arima.model.ARIMA?

Please let me know if you have a different opinion.

Thanks!

Versions (if necessary)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant