calibration_curve: Calibration curve plot

Description Usage Arguments

View source: R/calibration_curve.R

Description

Shows the calibration curve of a set of predictions. This is the ratio of the smoothed histogram of predicted probabilities for the "ones" to the smoothed histogram of all predicted probabilities. This estimates the proportion of class "one" that receives a given predicted probability. Ideally these should be equal.

Usage

1
calibration_curve(predictions, responses)

Arguments

predictions

vector of predicted probabilities

responses

vector of zeroes and ones denoting the truth


3inar/einr documentation built on May 5, 2019, 10:43 a.m.