Skip to content

[BUG] Teach AutoARIMAModel to work with out-sample predictions #790

Closed
1 task done
Mr-Geekman opened this issue Jul 8, 2022 · 0 comments · Fixed by #830
Closed
1 task done

[BUG] Teach AutoARIMAModel to work with out-sample predictions #790

Mr-Geekman opened this issue Jul 8, 2022 · 0 comments · Fixed by #830
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Mr-Geekman
Copy link
Contributor

Mr-Geekman commented Jul 8, 2022

🐛 Bug Report

Currently AutoARIMAModel doesn't pass some tests written in test_inference. Try to fix this. Try also to make sure that in-sample predictions work as expected.

In-sample:

  1. Remember last train date.
  2. During forecast on in-sample part use predict_in_sample method of the inner model.

Out-sample:

  1. Remember last train date.
  2. Based on dates in dataframe in adapter determine in how much steps we should make a forecast.
  3. Make a forecast.
  4. Select values by timestamps.

Expected behavior

Tests are passed.

How To Reproduce

Run tests in test_inference.

Environment

No response

Additional context

No response

Checklist

  • Bug appears at the latest library version
@Mr-Geekman Mr-Geekman added the bug Something isn't working label Jul 8, 2022
@Mr-Geekman Mr-Geekman added this to the Inference milestone Jul 8, 2022
@Mr-Geekman Mr-Geekman moved this to Specification in etna board Jul 8, 2022
@Mr-Geekman Mr-Geekman moved this from Specification to Todo in etna board Jul 12, 2022
@Mr-Geekman Mr-Geekman self-assigned this Aug 2, 2022
@Mr-Geekman Mr-Geekman moved this from Todo to In Progress in etna board Aug 2, 2022
@Mr-Geekman Mr-Geekman moved this from In Progress to In Review in etna board Aug 2, 2022
@Mr-Geekman Mr-Geekman moved this from In Review to Hold in etna board Aug 8, 2022
@Mr-Geekman Mr-Geekman moved this from Hold to In Progress in etna board Aug 9, 2022
@Mr-Geekman Mr-Geekman moved this from In Progress to In Review in etna board Aug 9, 2022
Repository owner moved this from In Review to Done in etna board Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant