Releases: mlr-org/mlr3proba
Releases · mlr-org/mlr3proba
mlr3proba v0.2.1
- Removed
PredictionRegr
causing masking issues with{mlr3}
- Bug fix in
PipeOpDistrCompositor
causing somecdf
predictions to be lost - Internal fixes for
mlr3pipelines
: public train and predict methods to private - Added four datasets and tasks:
grace
,actg
,gbcs
,whas
- Add
overwrite
tocrankcompositor
pipeop and pipeline - Bug fix in
surv.kaplan
crank
prediction
mlr3proba 0.2.0
mlr3proba 0.2.0.9000
- Removed
PredictionRegr
causing masking issues with{mlr3}
- Bug fix in
PipeOpDistrCompositor
causing somecdf
predictions to be lost
mlr3proba 0.2.0
Added Functionality
MeasureSurvCindex
added. Generalises all c-index measures with a fast C++ implementation- Akritas estimator added to mlr3learners.proba repo
- Added scoring rule
MeasureSurvSchmid
- Addd calibration measures
MeasureSurvCalibrationBeta
andMeasureSurvCalibrationAlpha
surv.brier
alias added forsurv.graf
response
parameter added toPipeOpCrankCompositor
andcrankcompositor
to now optionally fillresponse
predict type with same values ascrank
- Added
PipeOpProbregrCompostior
andcompose_probregr
for composition todistr
return type from (a) regression learner(s) predictingresponse
andse
- Added
PipeOpSurvAvg
andsurv_averager
pipeline for weighted model averaging of distr, lp, crank, and response predictions.
Deprecated Functionality
- The following measures are deprecated use
MeasureSurvCindex
instead with following parameters:MeasureSurvBeggC
, use defaults;MeasureSurvHarrellC
, use defaults;MeasureSurvUnoC
, useweight_meth = 'G/2'
;MeasureSurvGonenC
, useweight_method = 'GH'
MeasureSurvGrafSE
,MeasureSurvLoglossSE
,MeasureSurvIntLoglossSE
,MeasureSurvRMSESE
,MeasureSurvMSESE
, andMeasureSurvMAESE
all deprecated and will be deleted in v0.4.0. Usemsr("surv.graf", se = TRUE)
instead (for example).- Measures renamed such that
surv.nagelkR2
is nowsurv.nagelk_r2
, analogously for all R2, AUC, TPR, and TNR measures. Old constructors will be deleted in v0.4.0. - Renamed
distrcompose
andcrankcompose
todistr_compose
andcrank_compose
. Old ids will be deleted in v0.4.0.
Edited Functionality
- Measures renamed such that
surv.nagelkR2
is nowsurv.nagelk_r2
, analogously for all R2, AUC, TPR, and TNR measures. Old constructors will be deleted in v0.4.0. MeasureSurvGraf
andMeasureSurvIntLogloss
now have much faster C++ implementation
Moved Functionality
-
LearnerSurvGlmnet
,LearnerSurvCVGlmnet
,LearnerSurvXgboost
andLearnerSurvRanger
have been moved to the mlr3learners repo -
LearnerSurvGBM
has been moved to https://www.github.com/mlr3learners/mlr3learners.gbm -
LearnerSurvMboost
,LearnerSurvGlmBoost
,LearnerSurvGamboost
,LearnerSurvBlackboost
have been moved to https://www.github.com/mlr3learners/mlr3learners.mboost
mlr3proba v0.1.6
- Early release due to backward compatibility error introduced by an upstream dependency
- Minor updates to
mboost
family of learners: addedgehan
family, fixed parameters forcindex
, added support for:weights
,response
predict type,importance
,selected_features
- Minor internal changes
- All density learners except
LearnerDensHist
andLearnerDensKDE
have been moved to the mlr3learners org - The following survival learners have been moved to the mlr3learners org, LearnerSurv:
Flexible
,ObliqueRSF
,Penalized
,RandomForestSRC
- Bugfix in
LearnerSurvXgboost
previouslylp
was erroneously returned asexp(lp)
- Now licenced under LPGL-3
mlr3proba v0.1.4
- Density estimation has now been added to mlr3proba, see
TaskDens
,LearnerDens
,PredictionDens
, andMeasureDens
. - Added
mlr_tasks_faithful
andmlr_tasks_precip
for density task examples - Added
mlr_task_generators_simdens
for generating density tasks - Added learners for density estimation, see
mlr3::mlr_learners$keys("^dens")
for the full list - In line with mlr3 0.1.7, public methods
train_internal
,predict_internal
,score_internal
are now private methods.train
,.predict
,.score
- Converted to roxygen2 R6 documentation
mlr3proba v0.1.3
- Changed
lp
insurv.parametric
to include the intercept, which is in line withsurvival::survreg
. Nowexp(pred$lp)
is equal to the predicted survival time for AFTs - Moved
mboost
tosuggests
- Added
response
predict type, which predicts the time until event. Currently only supported for AFT models insurv.parametric
- Added measures for
response
predict type:MeasureSurvMAE, MeasureSurvMAESE, MeasureSurvMSE, MeasureSurvMSESE, MeasureSurvRMSE, MeasureSurvRMSESE
mlr3proba v0.1.2
- Fixed error in r-patched-solaris
- Added
mode
option tocrankcompositor
- Fixes bug resulting from
R62S3
incompatibility
mlr3proba v0.1.1
- Added
method
argument to integrated scores and added weighting by bin-width - Added notes to IGS documentation regarding default methods and comparison to other packages
- Added
method
toMeasureSurvIntegrated
constructor and fields - Fixed mistake in documentation of:
TaskSurv
,MeasureSurvUnoC
- Added missing
LearnerSurvRpart
parameterparms
andcost
- Fixed errors in r-patched-solaris and r-devel debian-clang
mlr3proba v0.1.0
Initial upload to CRAN.