visualize_distribution
FUNCTION_DESCRIPTION
visualize_distribution(actual, predicted)
actual
: vector of observed class labels (0/1)predicted
: vector of uncalibrated predictionslist object containing the following components: - plot_distribution: ggplot histogram that visualizes the observed class distributions
ggplot
,geom_histogram
,aes
,scale_colour_manual
,scale_fill_manual
,labs
Useful links