clinicadl.split¶
For splitting data into training, validation and test sets.
Functions¶
Performs a single train-test split on a DataFrame with optional stratification. |
|
Performs K-Fold splitting on a DataFrame with optional stratification. |
Classes¶
To handle a single training-validation split, as opposed to |
|
To handle a K-Fold cross-validator. |
|
An object containing the data associated to a split. |