Class BinaryClassificationMetrics (1.16.0)

Evaluation metrics for binary classification/classifier models.

.. attribute:: aggregate_classification_metrics

Aggregate classification metrics.

Label representing the positive class.

Inheritance

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

Classes

BinaryConfusionMatrix

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.