RecommendedModelType {datarobot} | R Documentation |
Recommended model type values
Description
MostAccurate
retrieves the most accurate model based on validation or
cross-validation results. In most cases, this will be a blender model.
Usage
RecommendedModelType
Format
An object of class list
of length 3.
Details
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.
[Package datarobot version 2.18.6 Index]