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 models.nn don't pass some tests written in test_inference. We want to fix this.
DeepARModel fail some tests because of non-deterministic behaviour -- not necessary to fix.
TFTModel fail tests because of errors in forecast (and these errors present in DeepARModel too).
In-sample:
Remember last train date.
If we have in forecast date within train then raise an error that we can't make in-sample predictions with this model.
Out-sample:
Remember last train date.
If we see some gap between last train date and first forecast date then raise an error that we can't make out-sample forecasts with gap with this model.
Expected behavior
Tests are passed. Correct errors are thrown.
How To Reproduce
Run tests written 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:
Mr-Geekman
changed the title
[BUG] Teach models.nn to work with in-sample predictions and make out-sample predictions more explicit
[BUG] Teach models.nn to work with in-sample predictions and out-sample predictions
Jul 12, 2022
Mr-Geekman
changed the title
[BUG] Teach models.nn to work with in-sample predictions and out-sample predictions
[BUG] Teach models.nn to work with in-sample predictions and out-sample predictions correclty
Jul 14, 2022
Mr-Geekman
changed the title
[BUG] Teach models.nn to work with in-sample predictions and out-sample predictions correclty
[BUG] Raise errors in models.nn if they can't make in-sample and some cases out-sample predictions
Jul 22, 2022
🐛 Bug Report
Currently
models.nn
don't pass some tests written intest_inference
. We want to fix this.DeepARModel
fail some tests because of non-deterministic behaviour -- not necessary to fix.TFTModel
fail tests because of errors inforecast
(and these errors present inDeepARModel
too).In-sample:
Out-sample:
Expected behavior
Tests are passed. Correct errors are thrown.
How To Reproduce
Run tests written in
test_inference
.Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: