CrossValidatorModel
CrossValidatorModel is a Model that is created when CrossValidator is requested to find the best model (per parameters and dataset).
CrossValidatorModel is MLWritable, i.e. FIXME
Creating CrossValidatorModel Instance
CrossValidatorModel takes the following when created:
-
Best Model
CrossValidatorModel initializes the internal registries and counters.
spark技术分享