ListModelRecommendations: Retrieve information about model recommendation made by...

View source: R/ModelRecommendations.R

ListModelRecommendationsR Documentation

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)

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.

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.

Examples

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

## End(Not run)

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