plot_model function

plot_model

plot_model

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

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

Returns

ggplot object

See Also

melt

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

  • Maintainer: Dominik Heider
  • License: LGPL-3
  • Last published: 2019-08-19

Useful links