You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).