K-fold Cross Validation¶
Gives splits for K-fold cross validation
| Configuration: | 
 | 
|---|---|
| Inputs: | 
 | 
| Outputs: | 
 | 
- Input ports:
- X: - table - X - Y: - table - Y 
- Output ports:
- out: - [(table, table)] - out 
- Configuration:
- n_splits
- Number of folds, must be atleast 2
- shuffle
- Shuffle the data before splitting
 
