R/plot_metrics.R
draw_confusion_matrix.Rd
Draw confusion matrix for the model
draw_confusion_matrix(best_models, test_data, observed)
A list of models.
A test dataset.
A vector of observed target values.
A confusion matrix ggplot object.