plot.civis_ml_classifier {civis} | R Documentation |
Decile plot for classification with civis_ml
Description
Decile plot for classification with civis_ml
Usage
## S3 method for class 'civis_ml_classifier'
plot(x, name = NULL, ...)
Arguments
x |
|
name |
Name of the class in a multiclass model to plot. |
... |
unused. |
Value
A ggplot2
plot object is returned invisibly.
[Package civis version 3.1.2 Index]