Skip to content

mlr3learners 0.5.0

Compare
Choose a tag to compare
@mllg mllg released this 18 Aug 07:46
  • Fixed the internal encoding of the positive class for classification learners
    based on glm and glmnet (#199). While predictions in previous versions
    were correct, the estimated coefficients had the wrong sign.
  • Reworked handling of lambda and s for glmnet learners (#197).
  • Learners based on glmnet now support to extract selected features (#200).
  • Learners based on kknn now raise an exception if k >= n (#191).
  • Learners based on ranger now come with a virtual hyperparameter mtry.ratio
    to set the hyperparameter mtry based on the proportion of features to use.
  • Multiple learners now support the extraction of the log-likelihood (via method
    $loglik(), allowing to calculate measures like AIC or BIC in mlr3 (#182).