Learn R Programming

datarobot (version 2.8.0)

ListConfusionCharts: Returns all available confusion charts for the model.

Description

Note that the confusion chart for source = "crossValidation" will not be available unless cross validation has been run for that model. Also, the confusion chart for source = "holdout" will not be available unless the holdout has been unlocked for the project.

Usage

ListConfusionCharts(model)

Arguments

model

An S3 object of class dataRobotModel like that returned by the function GetModel, or each element of the list returned by the function ListModels.

Value

A list of all confusion charts for the model, one for each partition type found in DataPartition.

Examples

Run this code
# NOT RUN {
  modelId <- "5996f820af07fc605e81ead4"
  ListConfusionCharts(modelId)
# }

Run the code above in your browser using DataLab