hist.civis_ml: Plot a histogram of the predicted scores or probabilities for...

View source: R/civis_ml_plot.R

hist.civis_mlR Documentation

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 class 'civis_ml'
hist(x, name = NULL, ...)

Arguments

x

civis_ml object

name

name of the class (for multiclass output)

...

unused.

Value

A ggplot2 plot object is returned invisibly.


civis documentation built on Aug. 30, 2025, 1:08 a.m.