.. _`Leave One Group out Cross Validation`: .. _`org.sysess.sympathy.machinelearning.crossval_leaveonegroupout`: Leave One Group out Cross Validation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: Kfold.svg :width: 48 Gives splits for leave-one-group-out cross-validation :Configuration: :Inputs: **X** : table X **Y** : table Y **G** : table G :Outputs: **out** : [(table, table)] out *Ports*: **Inputs**: :X: table X :Y: table Y :G: table G **Outputs**: :out: [(table, table)] out *Configuration*: .. automodule:: node_crossvalidation .. class:: CrossVal_LeaveOneGroupOut