MostAccurate
retrieves the most accurate model based on validation or
cross-validation results. In most cases, this will be a blender model.
RecommendedModelType
An object of class list
of length 3.
FastAccurate
retrieves the most accurate individual model (not blender) that passes
set guidelines for prediction speed. If no models meet the prediction speed guideline, this
will not retrieve anything.
RecommendedForDeployment
retrieves the most accurate individual model. This model
will have undergone specific pre-preparations to be deployment ready. See
GetModelRecommendation
for details.