Description Usage Arguments Value Examples
Get multi-class performance metrics in the form of Precision, Accuracy, and micro/macro F1 metrics. The base metrics are calculated from the caret packages confusionMatrix() function
1 | metrics(predictions, reference)
|
predictions |
vector of predictions |
reference |
vector of actual classes |
2 element list of a dataframe containing micro and macro F1 scores with precision and accuracy
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.