Learn R Programming

datarobot (version 2.13.0)

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.

Examples

Run this code
# NOT RUN {
  projectId <- "5984b4d7100d2b31c1166529"
  GetModelRecommendation(projectId)
# }

Run the code above in your browser using DataLab