View source: R/pr_coordinates.R
pr_coordinates | R Documentation |
Get Precision–Recall (PR) coordinates. Precision–recall Curves, sometimes abbreviated as PR curves, are similar to ROC curves and lift charts in that they explore the trade-off between the well-classified positive examples and the number of misclassified negative examples.
pr_coordinates(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
matrix of PR coordinates for given confusion matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.