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.