Releases: mlr-org/mlr3extralearners
Releases · mlr-org/mlr3extralearners
0.9.0
0.8.0
- Added
surv.xgboost.cox
andsurv.xgboost.aft
separate survival learners.distr
prediction on the cox xgboost learner is now estimated via Breslow by default and aft xgboost has now in addition aresponse
prediction (survival time) - Ported
surv.parametric
code tosurvivalmodels
, changedtype
parameter toform
to avoid conflict with survivalmodels's default parameter list - Fix: Replace hardcoded
VectorDistribution
s from partykit and flexsurv survival learners with survival matrices (Matdist
) (thanks to @bblodfon) - Feat: Add
discrete
parameter insurv.parametric
learner to returnMatdist
survival predictions - Added method
selected_features()
to CoxBoost survival learners (thanks to @bblodfon) - Added the Random Planted Forest Learner (thanks to @jemus42)
- re-added the catboost learner as it was requested (was previously removed
because of installation issues) surv.ranger
now receives parameters during$predict()
(thanks to @jemus42)- Feature: Learner
surv.bart
was added (thanks to @bblodfon) - Parameters of
lrn("surv.aorsf")
were updated (thanks to @bcjaeger) - Various minor doc improvements
- Added the
distr
predict type to thesurv.cv_glmnet
andsurv.glmnet
learners (thanks to @bblodfon) - Feat: Added many new WEKA learners (thanks to @damirpolat)
- Fix:
I
andF
params from IBk learner are too interdependent (I
can only beTRUE
whenF
isFALSE
and vice versa).
Combined them into one factor paramweight
that has two levels --I
andF
. - Fix:
U
must beFALSE
forS
to be tunable in J48 learner. - Compatibility with upcoming 'paradox' release.
0.7.1
v0.7.1 release 0.7.1
Release 0.7.0
See NEWS.md
0.6.1
See NEWS.md for news.
Version 0.6.0
v0.6.0 version 0.6.0 (#256)