Saltar al contenido principal

Splitters

All registered Splitter components in DashAI.

NameDescription
GroupKFoldSplitterSplitter that generates folds while preserving the group structure of the data.
HoldoutSplitterSplitter that creates train, test, and validation partitions for holdout evaluation.
KFoldSplitterSplitter that generates K folds for cross-validation.
LeaveOneOutSplitterSplitter that creates one fold per sample by leaving one example out at a time.
RepeatedKFoldSplitterSplitter that repeats the K-fold procedure multiple times.
RepeatedStratifiedKFoldSplitterSplitter that repeats the stratified K-fold procedure multiple times.
StratifiedGroupKFoldSplitterSplitter that preserves both class balance and group membership in each fold.
StratifiedKFoldSplitterSplitter that generates folds while preserving the class distribution.