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

[BUG] fix BATS and TBATS _predict_interval interface, part 2 #4505

Merged
merged 10 commits into from Apr 23, 2023
Merged

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Apr 23, 2023

With more test coverage on predict_interval from #4470, BATS and TBATS fail some in-sample cases.

These were not addressed in #4492

@fkiraly fkiraly added bug Something isn't working module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting labels Apr 23, 2023
@fkiraly fkiraly merged commit 06dfabb into main Apr 23, 2023
22 checks passed
@fkiraly fkiraly deleted the tbats-fix branch April 23, 2023 16:31
fkiraly added a commit that referenced this pull request Apr 23, 2023
… in-sample (#4470)

Bug #4468 surfaced that
probabilistic forecast methods were not tested in-sample.

This PR adds coverage for probabilistic forecast methods
`predict_quantiles`, `predict_interval` used in-sample.

This should also surface #4468 in 0.17.1, which should pass on 0.17.0 or
post-#4469.

Depends on:
* #4472 to ensure we test all
estimators at the same time
* #4476 for cleaning up the
`test_predict_time_index` test
* fixes in #4469
* fixes in #4505
* #4506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant