accuracy property
Accuracy is the fraction of predictions given the correct label.
For multiclass this is a micro-averaged metric.
Implementation
core.double? accuracy;
Accuracy is the fraction of predictions given the correct label.
For multiclass this is a micro-averaged metric.
core.double? accuracy;