etna
etna copied to clipboard
[BUG] Teach `SeasonalMovingAverageModel` to work with out-sample predictions
🐛 Bug Report
Currently SeasonalMovingAverageModel
and MovingAverageModel
don't pass some tests written in test_inference
. Try also to make sure that in-sample predictions work as expected.
Expected behavior
Tests are passed.
How To Reproduce
Run tests in test_inference
.
Environment
No response
Additional context
No response
Checklist
- [X] Bug appears at the latest library version