GetModelRecommendation: Retrieve a model recommendedation from DataRobot for your project.
Description
Retrieve a model recommendedation from DataRobot for your project.
Usage
GetModelRecommendation(project, type = RecommendedModelType$FastAccurate)
Arguments
project
character. Either (1) a character string giving the unique alphanumeric
identifier for the project, or (2) a list containing the element projectId with this
identifier.
type
character. The type of recommendation to retrieve. See
RecommendedModelType for available options. Defaults to
RecommendedModelType$FastAccurate.
Value
A list containing information about the recommended model:
modelId character. The model ID of the recommended model.
projectId character. The project ID of the project the recommendations were made for.
recommendationType character. The type of recommendation being made.