Evaluation metrics for binary classification/classifier models.
-
aggregateClassificationMetrics(type:GoogleApi.BigQuery.V2.Model.AggregateClassificationMetrics.t, default:nil) - Aggregate classification metrics. -
binaryConfusionMatrixList(type:list(GoogleApi.BigQuery.V2.Model.BinaryConfusionMatrix.t), default:nil) - Binary confusion matrix at multiple thresholds. -
negativeLabel(type:String.t, default:nil) - Label representing the negative class. -
positiveLabel(type:String.t, default:nil) - Label representing the positive class.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.BinaryClassificationMetrics{
aggregateClassificationMetrics:
GoogleApi.BigQuery.V2.Model.AggregateClassificationMetrics.t(),
binaryConfusionMatrixList: [
GoogleApi.BigQuery.V2.Model.BinaryConfusionMatrix.t()
],
negativeLabel: String.t(),
positiveLabel: String.t()
}