Skip to content
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

Add a module for generating splits #75

Closed
nkaenzig opened this issue Jan 29, 2024 · 1 comment
Closed

Add a module for generating splits #75

nkaenzig opened this issue Jan 29, 2024 · 1 comment
Labels

Comments

@nkaenzig
Copy link
Collaborator

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.

@nkaenzig
Copy link
Collaborator Author

nkaenzig commented Jul 2, 2024

core.data.splitting module with support for stratified splits has been added in #542

@nkaenzig nkaenzig closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants