dist = "logistic"
has been removed from surv.parametric
as it is unclear what this was previously predicting.type = "tobit"
for dist = "gaussian"
so predictions can correspond with survival::survreg
.LearnerRegrGlm
with the unique key regr.glm
from package stats
, which allows users to change the family
hyperparameter when fitting generalized linear regression models.keeptrees
parameter from classif.bart
as this is forced internallyclassif.bart
classif.earth
and regr.earth
se
predict type to regr.earth
regr.knn
and classif.knn
mlr3proba
moved to Suggests
install_learners
now additionally installs required mlr3 packagessurv.parametric
occurring if feature names are switched between training and predictingclassif.nnet
, in the future please load from mlr3learners
surv
learners that were reversing the order of crank
, see this issue for full details: https://github.com/mlr-org/mlr3proba/issues/165
response
is no longer returned by surv.mboost
, surv.blackboost
, surv.glmboost
, surv.gamboost
or surv.parametric
surv.parametric
with ph
formsurvivalmodels
learners which weren’t returning distr
surv.coxboost
and surv.coxboost_cv
can now only handle integer
and numeric
feature types, previous automated internal coercions were inconsistent with mlr3 design.