precision property
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;
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.
core.double? precision;