calibration_plot {classifierplots}R Documentation

calibration_plot

Description

Returns a ggplot2 plot object containing a smoothed propensity @ prediction level plot

Usage

calibration_plot(test.y, pred.prob)

Arguments

test.y

List of know labels on the test set

pred.prob

List of probability predictions on the test set


[Package classifierplots version 1.4.0 Index]