precision property

double? precision
getter/setter pair

Precision is the fraction of actual positive predictions that had positive actual labels.

For multiclass this is a macro-averaged metric treating each class as a binary classifier.

Implementation

core.double? precision;