Description Usage Arguments Value See Also
this methods visualizes all implemented calibration models as a mapping function between original ML scores (x-axis) and calibrated predictions (y-axis)
1 | plot_model(calibration_model, seq = NULL)
|
calibration_model |
output from the |
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 |
ggplot object
melt
ggplot
,geom_line
,aes
,ylim
,scale_colour_manual
,theme
,labs
,geom_text
,geom_vline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.