You can choose which saved model version you wish to use to retrain partitions
If your dataset does not fit in your RAM, you may want to subsample the set on which splitting will be performed
You can choose how the training recipe works
Note that since probability calibration is enabled, a fraction of the input dataset will be used to learn the calibration parameters so the model is not trained on 100% of the data. For normal train/test splitting the test set is also used for the calibration.
Only regular train/test splitting is available for Deep learning models. {{desc.splitParams.ssdTrainingRatio * 100|number:0}} % of the input data is used. Performance results are available.