GetRecommendedModel: Retrieve the model object that DataRobot recommends for your...

View source: R/ModelRecommendations.R

GetRecommendedModelR Documentation

Retrieve the model object that DataRobot recommends for your project.

Description

See GetModelRecommendation for details.

Usage

GetRecommendedModel(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

The model object corresponding with that recommendation

Examples

## Not run: 
 projectId <- "5984b4d7100d2b31c1166529"
 GetRecommendedModel(projectId)

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.