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

ARIMA model parameters #83

Closed
ngupta23 opened this issue Mar 31, 2022 · 2 comments · Fixed by #86
Closed

ARIMA model parameters #83

ngupta23 opened this issue Mar 31, 2022 · 2 comments · Fixed by #86
Assignees

Comments

@ngupta23
Copy link

While AutoARIMA from pmdarima is slow, it shows the model hyperparameters in a convenient manner. How can I get the same for statsforecast AutoARIMA?

A consistent interface with pmdarima (as much as possible) would be appreciated so it can be a drop in replacement.

image

@AzulGarza AzulGarza self-assigned this Apr 11, 2022
@AzulGarza AzulGarza linked a pull request Apr 11, 2022 that will close this issue
@AzulGarza
Copy link
Member

Hi @ngupta23! We just released the v0.5.3 of StatsForecast that includes a representational string of the model. :) We followed the R convention.
image

Please let us know what you think and if you have more feature requests.

@ngupta23
Copy link
Author

Thanks @FedericoGarza I will play around with it and let you know if any other alignment is needed with pmdarima.
I am assuming that get_params will work in sktime when using this model?

Also, does it provide a statictical summary such as that obtained from pmdarima summary() method?

Thanks

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

Successfully merging a pull request may close this issue.

2 participants