Stratified K-fold cross validation¶
Gives splits for stratified K-fold cross validation
Documentation
Gives splits for stratified K-fold cross validation
Configuration:
n_splits
Number of folds, must be atleast 2
shuffle
Shuffle the data before splitting
- Input ports:
- Xtable
X
- Ytable
Y
- Output ports:
- out[(table, table)]
out
Definition
Input ports
- X
table
X
- Y
table
Y
Output ports
- out
[(table, table)]
out
- class node_crossvalidation.CrossVal_StratifiedKFold[source]