get_CLE_comparison function

get_CLE_comparison

get_CLE_comparison

visualises how class 1 and class 0 classification error (CLE) differs in each trained calibration model. Comparing class-specific CLE helps to choose a calibration model for applications were classification error is cost-sensitive for one class. See get_CLE_class for details on the implementation.

get_CLE_comparison(list_models)

Arguments

  • list_models: list object that contains all error values for all trained calibration models. For the specific format, see the calling function visualize_calibratR.

Returns

ggplot2

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

Useful links