ClassificationMetrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metrics calculated for a classification model.
Attributes |
|
---|---|
Name | Description |
pr_curve |
google.cloud.datalabeling_v1beta1.types.PrCurve
Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels. |
confusion_matrix |
google.cloud.datalabeling_v1beta1.types.ConfusionMatrix
Confusion matrix of predicted labels vs. ground truth labels. |