-
Notifications
You must be signed in to change notification settings - Fork 927
Refactor/torch datasets improvement #2798
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2798 +/- ##
==========================================
+ Coverage 94.61% 95.13% +0.51%
==========================================
Files 145 145
Lines 15458 15049 -409
==========================================
- Hits 14626 14317 -309
+ Misses 832 732 -100 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…tasets_improvement
Checklist before merging this PR:
Fixes #2686.
Summary
ShiftedTrainingDataset
(oldGenericShiftedDataset
adapted to handle all covariates)SequentialTrainingDataset
(replaces old*CovariatesSequantialDataset
)HorizonBasedTrainingDataset
(replaces oldHorizonBasedDataset
)SequentialInfereceDataset
(replaces old*CovariatesInferenceDataset
)HorizonBasedDataset
to useShiftedTrainingDataset
as parent