hist.civis_ml: Plot a histogram of the predicted scores or probabilities for a CivisML object
Description
Plot a histogram of the predicted scores or probabilities for a CivisML object
Usage
# S3 method for civis_ml
hist(x, name = NULL, ...)
Value
A ggplot2
plot object is returned invisibly.
Arguments
- x
civis_ml object
- name
name of the class (for multiclass output)
- ...
unused.