ListModelRecommendations: Retrieve information about model recommendation made by DataRobot for your project.
Description
DataRobot will help pick out a few models from your project that meet certain criteria,
such as being the most accurate model or being a model that captures a good blend of both
prediction speed and model accuracy.
Usage
ListModelRecommendations(project)
Value
A list containing information about each recommendation made by DataRobot, containing:
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.
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.