Classification#
A collection of different metrics for classification models.
|
Computes area under the precision-recall curve for binary classification given predictions and labels. |
|
Computes Area Under the ROC curve (AUC-ROC). |
|
Computes accuracy, which is the frequency with which predictions match labels. |
|
F-Beta score Metric class. |
|
Computes precision for binary classification given predictions and labels. |
|
Computes recall for binary classification given predictions and labels. |