Class ConfusionMatrix (1.1.0)

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

Confusion matrix of the model running the classification. Only applicable when the metrics entry aggregates multiple labels. Not applicable when the entry is for a single label.

Classes

ConfusionMatrixEntry

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

Row

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

A row in the confusion matrix. Each entry in this row has the same ground truth label.