get_CLE_comparison {CalibratR} | R Documentation |
get_CLE_comparison
Description
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.
Usage
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 |
Value
ggplot2
[Package CalibratR version 0.1.2 Index]