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

Replace, or complement, pmdarima with statsforecast.AutoARIMA #378

Open
astrojuanlu opened this issue Mar 27, 2023 · 1 comment
Open

Replace, or complement, pmdarima with statsforecast.AutoARIMA #378

astrojuanlu opened this issue Mar 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@astrojuanlu
Copy link

The Nixtla folks claim that their statsforecast.AutoARIMA is faster than pmdarima and prophet:

image

(source)

This is the API: https://nixtla.github.io/statsforecast/models.html#autoarima-1

My understanding is that both pmdarima and statsforecast implement 2008 Hyndman & Khandakar "Automatic Time Series Forecasting: The forecast Package for R".

Paging @mergenthaler, @FedericoGarza, and @kdgutier 👋🏽😊

@JavierEscobarOrtiz JavierEscobarOrtiz added the enhancement New feature or request label Mar 28, 2023
@JoaquinAmatRodrigo
Copy link
Owner

JoaquinAmatRodrigo commented Mar 31, 2023

The ARIMA implementation in statsforecast looks amazing. @JavierEscobarOrtiz let's see how we could fit it in the skforecast API.

https://nixtla.github.io/statsforecast/models.html#arima-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants