draw_confusion_matrix | R Documentation |
Draw confusion matrix for the model
draw_confusion_matrix(best_models, test_data, observed)
best_models |
A list of models. |
test_data |
A test dataset. |
observed |
A vector of observed target values. |
A confusion matrix ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.