BinaryClassificationMetric Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Binary classification metric that AutoML will aim to optimize in its sweeping process during an experiment.
public enum BinaryClassificationMetric
type BinaryClassificationMetric =
Public Enum BinaryClassificationMetric
- Inheritance
-
BinaryClassificationMetric
Fields
Name | Value | Description |
---|---|---|
Accuracy | 0 | See Accuracy. |
AreaUnderRocCurve | 1 | See AreaUnderRocCurve. |
AreaUnderPrecisionRecallCurve | 2 | |
F1Score | 3 | See F1Score. |
PositivePrecision | 4 | See PositivePrecision. |
PositiveRecall | 5 | See PositiveRecall. |
NegativePrecision | 6 | See NegativePrecision. |
NegativeRecall | 7 | See NegativeRecall. |