Recent Releases of mlr3learners
mlr3learners - mlr3learners 0.12.0
- feat: Add
classif.kknnandregr.kknnlearners.
- R
Published by be-marc 9 months ago
mlr3learners - mlr3learners 0.11.0
- BREAKING CHANGE: The
kknnpackage was removed from CRAN. Theclassif.kknnandregr.kknnlearners are now removed from mlr3learners. - compatibility: mlr3 1.0.0
- R
Published by be-marc 10 months ago
mlr3learners - mlr3learners 0.10.0
- feat: Support offset during training and prediction in
xgboost,glmnet,lmandglmlearners. - feat: Add
$selected_features()method toclassif.rangerandregr.rangerlearners.
- R
Published by be-marc 11 months ago
mlr3learners - mlr3learners 0.9.0
- BREAKING CHANGE: Remove
$loglik()method from all learners. - feat: Update hyperparameter set of
lrn("classif.ranger")andlrn("regr.ranger")for 0.17.0, addingna.actionparameter and"missings"property, andpoissonsplitrule for regression with a newpoisson.tauparameter. - compatibility: mlr3 0.22.0.
- R
Published by be-marc about 1 year ago
mlr3learners - mlr3learners 0.8.0
- fix: Hyperparameter set of
lrn("classif.ranger")andlrn("regr.ranger"). Removealphaandminprophyperparameter. Remove default ofrespect.unordered.factors. Change lower bound ofmax_depthfrom 0 to 1. Removese.methodfromlrn("classif.ranger"). - feat: use
base_marginin xgboost learners (#205). - fix: validation for learner
lrn("regr.xgboost")now works properly. Previously the training data was used. - feat: add weights for logistic regression again, which were incorrectly removed in a previous release (#265).
- BREAKING CHANGE: When using internal tuning for xgboost learners, the
eval_metricmust now be set. This achieves that one needs to make the conscious decision which performance metric to use for early stopping. - BREAKING CHANGE: Change xgboost default nrounds from 1 to 1000.
- R
Published by be-marc over 1 year ago
mlr3learners - mlr3learners 0.7.0
- feat:
LearnerClassifXgboostandLearnerRegrXgboostnow support internal tuning and validation. This now also works in conjunction withmlr3pipelines.
- R
Published by be-marc over 1 year ago
mlr3learners - mlr3learners 0.6.0
- Adaption to new paradox version 1.0.0.
- R
Published by be-marc almost 2 years ago
mlr3learners - mlr3learners 0.5.8
- Adaption to memory optimization in mlr3 0.17.1.
- R
Published by be-marc about 2 years ago
mlr3learners - mlr3learners 0.5.7
- Added labels to learners.
- Added formula argument to
nnetlearner and support feature type"integer" - Added
min.bucketparameter toclassif.rangerandregr.ranger.
- R
Published by be-marc over 2 years ago
mlr3learners - mlr3learners 0.5.6
- Enable new early stopping mechanism for xgboost.
- Improved documentation.
- fix: unloading
mlr3learnersremoves learners from dictionary.
- R
Published by mllg about 3 years ago
mlr3learners - mlr3learners 0.5.4
- Added
regr.nnetlearner. - Removed the option to use weights in
classif.log_reg. - Added
default_values()function for ranger and svm learners. - Improved documentation.
- R
Published by mllg over 3 years ago
mlr3learners - mlr3learners 0.5.2
- Most learners now reorder the columns in the predict task according to the order of columns in the training task.
- Removed workaround for old mlr3 versions.
- R
Published by mllg about 4 years ago
mlr3learners - mlr3learners 0.5.1
eval_metric()is now explicitly set for xgboost learners to silence a deprecation warning.- Improved how the added hyperparameter
mtry.ratiois converted tomtryto simplify tuning. - Multiple updates to hyperparameter sets.
- R
Published by mllg over 4 years ago
mlr3learners - mlr3learners 0.5.0
- Fixed the internal encoding of the positive class for classification learners
based on
glmandglmnet(#199). While predictions in previous versions were correct, the estimated coefficients had the wrong sign. - Reworked handling of
lambdaandsforglmnetlearners (#197). - Learners based on
glmnetnow support to extract selected features (#200). - Learners based on
kknnnow raise an exception ifk >= n(#191). - Learners based on
rangernow come with a virtual hyperparametermtry.ratioto set the hyperparametermtrybased 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 inmlr3(#182).
- R
Published by mllg over 4 years ago
mlr3learners - mlr3learners 0.4.5
- Fixed SVM learners for new release of package
e1071.
- R
Published by mllg almost 5 years ago
mlr3learners - mlr3learners 0.4.4
- Changed hyperparameters of all learners to make them run sequentially in their
defaults.
The new function
set_threads()in mlr3 provides a generic way to set the respective hyperparameter to the desired number of parallel threads. - Added
survival:aftobjective tosurv.xgboost - Removed hyperparameter
predict.allfrom ranger learners (#172).
- R
Published by mllg almost 5 years ago
mlr3learners - mlr3learners 0.4.2
Fixed a bug in the survival random forest LearnerSurvRanger.
- R
Published by mllg over 5 years ago
mlr3learners - mlr3learners 0.4.1
- Disabled some
glmnettests on solaris. - Removed dependency on orphaned package
bibtex.
- R
Published by mllg over 5 years ago
mlr3learners - mlr3learners 0.4.0
- Fixed a potential label switch in
classif.glmnetandclassif.cv_glmnetwithpredict_typeset to"prob"(#155). - Fixed learners from package
glmnetto be more robust if the order of features has changed between train and predict.
- R
Published by mllg over 5 years ago
mlr3learners - mlr3learners 0.2.0
- Split {glmnet} learner into
cv_glmnetandglmnet(#99) - {glmnet} learners: Add
predict.gammaandnewoffsetarg (#98) - We now test that all learners can be constructed without parameters.
- A new custom "Paramtest" which lives
inst/paramtestwas added. This test checks against the arguments of the upstream train & predict functions and ensures that all parameters are implemented in the respective mlr3 learner. (#96) - A lot missing parameters were added to learners. See #96 for a complete list.
- Add parameter
interaction_constraintsto {xgboost} learners (#97). - There is now a vignette "Additional Learners" listing all external learners which live in the mlr3learners organization. See mlr3learners.drat for easy installation.
- R
Published by pat-s almost 6 years ago
mlr3learners - mlr3learners 0.1.5
- Added parameter and parameter dependencies to
regr.glmnet,regr.km,regr.ranger,regr.svm,regr.xgboost,classif.glmnet,classif.lda,classif.naivebayes,classif.qda,classif.rangerandclassif.svm. glmnet: Addedrelaxparameter (v3.0)xgboost: Updated parameters for v0.90.0.2
- R
Published by mllg over 6 years ago
mlr3learners - mlr3learners 0.1.4
- Fixed a bug in
*.xgboostand*.svmwhich was triggered if columns were reordered between$train()and$predict().
- R
Published by mllg over 6 years ago
mlr3learners - mlr3learners 0.1.3
- Changes to work with new
mlr3::LearnerAPI. - Improved documentation.
- Added references.
- R
Published by mllg over 6 years ago