Class BinaryConfusionMatrix (1.25.0)

Confusion matrix for binary classification models.

Number of true samples predicted as true.

Number of true samples predicted as false.

The fraction of actual positive predictions that had positive actual labels.

The equally weighted average of recall and precision.

Inheritance

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