MostAccurate retrieves the most accurate model based on validation or
cross-validation results. In most cases, this will be a blender model.
RecommendedModelTypeAn object of class list of length 4.
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.
Recommended is deprecated as of v2.14 and will be removed in v2.16.