recall property
Recall is the fraction of actual positive labels that were given a positive prediction.
For multiclass this is a macro-averaged metric.
Implementation
core.double? recall;
Recall is the fraction of actual positive labels that were given a positive prediction.
For multiclass this is a macro-averaged metric.
core.double? recall;