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

[FEATURE] Add the ability to generate training/validation/testing CSV with proportional splits #829

Closed
sarthakpati opened this issue Mar 21, 2024 · 1 comment · Fixed by #831
Assignees
Labels
enhancement New feature or request

Comments

@sarthakpati
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Currently, the splits getting generated as purely based on k-fold cross validation [ref], which is fine for segmentation/regression/synthesis, but does not give appropriate results for classification.

Describe the solution you'd like

Add the ability to perform stratified k-fold prior to performing training.

Describe alternatives you've considered

N.A.

Additional context

N.A.

@scap3yvt
Copy link
Collaborator

Please assign to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants