Param for ratio between train and validation data.
Param for ratio between train and validation data. Must be between 0 and 1. Default: 0.75
Whether to collect submodels when fitting.
Whether to collect submodels when fitting. If set, we can get submodels from the returned model.
Note: If set this param, when you save the returned model, you can set an option "persistSubModels" to be "true" before saving, in order to save these submodels.
Set the mamixum level of parallelism to evaluate models in parallel.
Set the mamixum level of parallelism to evaluate models in parallel. Default is 1 for serial evaluation
A list of parameter keys this algorithm can take. Users can set and get the parameter values through setters and getters
Validation for hyper-parameter tuning. Randomly splits the input dataset into train and validation sets, and uses evaluation metric on the validation set to select the best model.