Sampling & splitting Edit
Evaluation

The final model is trained on the train set and evaluated on the test set.


Validation strategy Edit
Train/validation split with a {{ mlTaskDesign.modeling.modelOptimizationSplitParams.trainSplitRatio }} split ratio
Validation

The train/validation split strategy holds out part of the train set to compute, on the validation set, metrics used to choose the best model across epochs & trigger early stopping.