Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Cross validation splits #80

Description

@ritvikvasan

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions