[ENH] Add train/test split strategy for v2 datamodules - #2375
[ENH] Add train/test split strategy for v2 datamodules#2375andersendsa wants to merge 3 commits into
Conversation
|
Thanks! |
Hi @phoeenniixx
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2375 +/- ##
=======================================
Coverage ? 87.33%
=======================================
Files ? 175
Lines ? 10185
Branches ? 0
=======================================
Hits ? 8895
Misses ? 1290
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Reference Issues/PRs
Closes:#1974
What does this implement/fix? Explain your changes.
Added
train_val_test_split_strategytoTslibDataModuleandEncoderDecoderTimeSeriesDataModuleallowing users to split their data set randomly (default) or sequentially. Fixed an associated test that checks for multivariate targets being list of tensors.PR checklist
pre-commit install.To run hooks independent of commit, execute
pre-commit run --all-files