plot_model {CalibratR}R Documentation

plot_model

Description

this methods visualizes all implemented calibration models as a mapping function between original ML scores (x-axis) and calibrated predictions (y-axis)

Usage

plot_model(calibration_model, seq = NULL)

Arguments

calibration_model

output from the calibrate method.

seq

sequence of ML scores over which the mapping function should be evaluated, Default: 100 scores from the minimum to the maximum of the original ML scores

Value

ggplot object

See Also

melt ggplot,geom_line,aes,ylim,scale_colour_manual,theme,labs,geom_text,geom_vline


[Package CalibratR version 0.1.2 Index]