You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Remember last train date.
During forecast on in-sample part use predict_in_sample method of the inner model.
Out-sample:
Remember last train date.
Based on dates in dataframe in adapter determine in how much steps we should make a forecast.
Make a forecast.
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
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Currently
AutoARIMAModel
doesn't pass some tests written intest_inference
. Try to fix this. Try also to make sure that in-sample predictions work as expected.In-sample:
predict_in_sample
method of the inner model.Out-sample:
Expected behavior
Tests are passed.
How To Reproduce
Run tests in
test_inference
.Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: