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

Update ARIMA model without changing model coefficients #543

Open
abseejp opened this issue Mar 20, 2023 · 0 comments
Open

Update ARIMA model without changing model coefficients #543

abseejp opened this issue Mar 20, 2023 · 0 comments

Comments

@abseejp
Copy link

abseejp commented Mar 20, 2023

Hello,

I'm wondering if there's an efficient way to update my ARIMA model without updating the model weights. I have an ARIMAX model built on training set up to Dec 2022 and validated on Jan and Feb 2023. Now, I want to make predictions for Mar 2023 but I want to use the coefficients trained on model up to Dec 2022 but only refresh the model to include both Jan and Feb data.

I saw that there's an 'update()' method I could use, tried that and all the model weight changes slightly. Is this an expected behavior?

Can't I just do same without the coefficients changing at all? Please advise.

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

No branches or pull requests

1 participant