View source: R/ConfusionChart.R
ListConfusionCharts | R Documentation |
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.
ListConfusionCharts(model, fallbackToParentInsights = FALSE)
model |
dataRobotModel. A DataRobot model object like that returned by |
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. |
A list of all confusion charts for the model, one for each partition type
found in DataPartition
.
## Not run:
modelId <- "5996f820af07fc605e81ead4"
ListConfusionCharts(modelId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.