Leave One Group out Cross Validation¶
Gives splits for leave-one-group-out cross-validation
Documentation
Gives splits for leave-one-group-out cross-validation
Configuration:
- Input ports:
- Xtable
X
- Ytable
Y
- Gtable
G
- Output ports:
- out[(table, table)]
out
Definition
Input ports
- X
table
X
- Y
table
Y
- G
table
G
Output ports
- out
[(table, table)]
out
- class node_crossvalidation.CrossVal_LeaveOneGroupOut[source]