Class ConfusionMatrix (1.25.0)

Confusion matrix for multi-class classification models.

One row per actual label.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > ConfusionMatrix

Classes

Entry

A single entry in the confusion matrix.

Number of items being predicted as this label.

Row

A single row in the confusion matrix.

Info describing predicted label distribution.