areaUnderPRCurve property

double? areaUnderPRCurve
final

The area under the precision/recall curve (AUPRC) is a single number measuring the overall quality of the transform, that is independent of the choice made for precision vs. recall. Higher values indicate that you have a more attractive precision vs. recall tradeoff.

For more information, see Precision and recall in Wikipedia.

Implementation

final double? areaUnderPRCurve;