Contents

MLSplitStrategy.automatic

Create ML automatically decides how much of your training dataset it uses for a validation dataset.

Declaration

case automatic

Discussion

Create ML creates a validation dataset by partitioning up to 10% from the training dataset, depending on its size:

Training samples

% used for validation

< 50

None

50 to 199

10%

≥ 200

5%

See Also

Partitioning data