Releases: mlr-org/mlr3proba
Releases · mlr-org/mlr3proba
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.