mlr3measures
Performance measures for supervised learning used by the mlr3 framework
mlr3measures is systematically retrofitting sample weights across every metric
◆Recent moves
- 3mo ago
Weighted AUC and weighted confusion-matrix measures
Extends sample_weights to auc(), the confusion-matrix family, mbrier() and smape(). The widest single step in the weighting retrofit that has been running since 1.1.0.
View source ↗ - 8mo ago
Observation-wise loss for bbrier and logloss
Adds per-observation variants of two probabilistic classification losses, continuing the pattern begun with the 0.5.0 observation-wise family.
View source ↗ - 11mo ago
rse, rsq, rrse and rae deprecated; bias measures corrected
Deprecates four widely used regression measures and fixes the bias definitions, while extending sample_weights to sae and sse. A breaking cleanup that will surface in any script quoting R-squared from mlr3.
View source ↗ - 1y ago
linex, pinball and Mu AUC measures added
Adds asymmetric and quantile losses plus a multiclass AUC variant, filling gaps for quantile regression and imbalanced multiclass evaluation.
View source ↗ - 2y ago
gmean, gpr and multiclass MCC added
Adds two binary classification measures and multiclass Matthews correlation, both common asks for imbalanced problems.
View source ↗ - 4y ago
Observation-wise loss functions introduced
Introduces ae(), ape(), se(), sle() and zero_one() as per-observation losses — the start of the observation-wise thread that 1.2.0 later extends.
View source ↗