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

Cross validation splits #80

Open
ritvikvasan opened this issue Sep 26, 2022 · 0 comments
Open

Cross validation splits #80

ritvikvasan opened this issue Sep 26, 2022 · 0 comments
Labels

Comments

@ritvikvasan
Copy link
Collaborator

ritvikvasan commented Sep 26, 2022

Given a csv, compute K fold cross validation splits and save as different column names or different folders so that it is readable by Manifest datamodule. At the dry run, Filip found this functionality difficult to set up himself given the short time frame

Solution

something like


`from serotiny.io.dataframe import compute_cross_val_splits

df = compute_cross_val_splits(n=5)
`

Alternatives

Please describe any alternatives you've considered, even if you've dismissed them

@colobas colobas added enhancement New feature or request discussion proposal labels Nov 9, 2022
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