-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
featureIs an improvement or enhancementIs an improvement or enhancement
Description
Description & Motivation
Cross validation is standard practice in many cases.
I personally use it to have higher confidence in models with borderline amounts of data.
There is currently no way built in way to do this using lightning/lightning CLI
What I'm currently doing is passing the fold index manually as an argument and then the datamodule handle the fold creation.
Pitch
The ideal scenario in my opinion would be to have fold_enabled data modules that generate different train/validation/test sets based on a fold index parameter passed by lightning.
This will allow the user to maintain full control over fold selection and splitting while treating the cross fold validation as a single run.
Alternatives
No response
Additional context
No response
angerhang
Metadata
Metadata
Assignees
Labels
featureIs an improvement or enhancementIs an improvement or enhancement