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

Fix AutoSARIMA bugs. #106

Merged
merged 3 commits into from
Jun 17, 2022
Merged

Fix AutoSARIMA bugs. #106

merged 3 commits into from
Jun 17, 2022

Conversation

aadyotb
Copy link
Contributor

@aadyotb aadyotb commented Jun 13, 2022

This PR fixes two bugs:

  1. AutoSarima.evaluate_theta returns a dict instead of a tuple in a specific case.
  2. Sarima._forecast doesn't always work as expected when return_prev is True and the MA order is 0.

@aadyotb aadyotb requested a review from huan-dec June 16, 2022 23:18
@aadyotb aadyotb merged commit 3e49d2e into main Jun 17, 2022
@aadyotb aadyotb deleted the aadyot/autosarima_fix branch June 17, 2022 05:12
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 this pull request may close these issues.

2 participants