Class BinaryConfusionMatrix (1.19.0)

Confusion matrix for binary classification models.

.. attribute:: positive_class_threshold

Threshold value used when computing each of the following metric.

Number of false samples predicted as true.

Number of false samples predicted as false.

The fraction of actual positive labels that were given a positive prediction.

The fraction of predictions given the correct label.

Inheritance

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