Draw confusion matrix for the model

draw_confusion_matrix(best_models, test_data, observed)

Arguments

best_models

A list of models.

test_data

A test dataset.

observed

A vector of observed target values.

Value

A confusion matrix ggplot object.