View source: R/ModelRecommendations.R
ListModelRecommendations | R Documentation |
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.
ListModelRecommendations(project)
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. |
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.
## Not run:
projectId <- "5984b4d7100d2b31c1166529"
ListModelRecommendations(projectId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.