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
Accuracy | 0 | See Accuracy. |
AreaUnderPrecisionRecallCurve | 2 | |
AreaUnderRocCurve | 1 | See AreaUnderRocCurve. |
F1Score | 3 | See F1Score. |
NegativePrecision | 6 | See NegativePrecision. |
NegativeRecall | 7 | See NegativeRecall. |
PositivePrecision | 4 | See PositivePrecision. |
PositiveRecall | 5 | See PositiveRecall. |