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.
A list of all confusion charts for the model, one for each partition type
found in DataPartition.
Arguments
model
dataRobotModel. A DataRobot model object like that returned by GetModel.
fallbackToParentInsights
logical. If TRUE, this will return the lift chart data for the
model's parent if the lift chart is not available for the model and the model has a parent
model.