BinaryClassificationMetrics.AreaUnderPrecisionRecallCurve Property
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.
Gets the area under the precision/recall curve of the classifier.
public double AreaUnderPrecisionRecallCurve { get; }
member this.AreaUnderPrecisionRecallCurve : double
Public ReadOnly Property AreaUnderPrecisionRecallCurve As Double
Property Value
Remarks
The area under the precision/recall curve is a single number summary of the information in the precision/recall curve. It is increasingly used in the machine learning community, particularly for imbalanced datasets where one class is observed more frequently than the other. On these datasets, AreaUnderPrecisionRecallCurve can highlight performance differences that are lost with AreaUnderRocCurve.