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
Would be good to add a module / utils file that implements some of the split methods we use, such that we can share that logic among the different dataset classes.
Examples:
ordered splits
random splits
std
balanced / stratified
Also, should be able to choose between train/val/test or train/test.
The text was updated successfully, but these errors were encountered:
Would be good to add a module / utils file that implements some of the split methods we use, such that we can share that logic among the different dataset classes.
Examples:
Also, should be able to choose between train/val/test or train/test.
The text was updated successfully, but these errors were encountered: