Closed mb706 closed 5 days ago
sloglik, AIC and BIC are basically "feature creep" -- which we can clearly see from this issue here. where we now discuss, to produce EVEN MORE infrastructure what pretty nobody needs who uses mlr3. nearly no supported model has "loglik", no one wants to use insample metrics like AIC when using mlr3 with ML models.
and with custom code this would even still be possible
$loglik
method is removed
If so, it is not documented here:
https://github.com/mlr-org/mlr3/blob/d72be13637058ebabf00dc169ca51087db55b74d/R/Learner.R#L62-L64
If not, then the AutoTuner should be modified: https://github.com/mlr-org/mlr3tuning/blob/6eae837fd9c8bbabe4029b243a2677b83047fe6f/R/AutoTuner.R#L244-L246