H2O Cross Validation Loop Start

This node is the first in a cross validation loop. At the end of the loop there can be an arbitrary other loop, for example to collect scoring results. All nodes in between these two node are executed as many times as iterations should be performed.

Options

Number of folds
The number of cross validation iterations that should be performed (nfolds) .
Modulo
If checked, the partitions are based on row-index%folds. Suitable for i.i.d. data.
Stratified
If checked, the partitions are sampled randomly but the class distribution from the column selected below is maintained.
Random
If checked, the partitions are sampled randomly from the input table, otherwise it is cut into consecutive pieces.
Class column name
The name of the column with the class labels for stratified sampling.
Seed
For random and stratified sampling you can choose a seed for the random number generator in order to get reproducible results. Otherwise you get different partitions every time.

Input Ports

Icon
H2O frame that is be used during cross validation.

Output Ports

Icon
H2O frame with the training data
Icon
H2O frame with the test data

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.