Class ClassificationMetrics (1.5.1)

ClassificationMetrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metrics calculated for a classification model.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > ClassificationMetrics