Releases: mlr-org/mlr3proba
Releases · mlr-org/mlr3proba
mlr3proba 0.8.9
mlr3proba 0.8.8
mlr3proba 0.8.7
v0.8.6
What's Changed
- compatibility: mlr3 1.3.0 by @be-marc in #454
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #453
- Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6 by @dependabot[bot] in #455
Full Changelog: 0.8.5...v0.8.5
mlr3proba 0.8.5
What's Changed
- Fix predict type by @bblodfon in #452
- Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 by @dependabot[bot] in #450
Full Changelog: v0.8.4...0.8.5
mlr3proba 0.8.4
- Add autoplot for
surv.coxphlearner
mlr3proba 0.8.3
All density learners previously in mlr3extralearners have been moved to mlr3proba.
mlr3proba 0.8.2
What's Changed
- Add
default_fallback()for survival and density learners - Support validation task transformation in some PipeOps (PEM/DiscTime) by @bblodfon in #439
- Migrate Competing Risks code to mlr3cmprsk by @bblodfon in #444
coxedpackage was removed from CRAN so now we install the latest working CRAN version (0.3.3) from GitHub- Renamed
.surv_return()tosurv_return()as it is exported and used by other packages (e.g.mlr3extralearners) - Update
mlr3atv1.2.0andmlr3miscatv0.19.0
mlr3proba 0.8.1
- ✨ New:
surv.loglossandsurv.rcllnow use linear interpolation of the survival function for density estimation. - 🛠️ Fixes:
surv.mae,surv.mse, andsurv.rmsereturnNAif the test set is fully censored.- Division-by-zero in
surv.briernow correctly usesepsinstead of returningInf.
- 🔧 Refactoring:
- Removed
seandmethodarguments from most scores (time-weighted integration is now the default). - All internal/private functions now start with a dot (
.) and are documented accordingly. - Full cleanup of internal
Rcppscoring functions.
- Removed
- 💥 Removed all experimental
properscoring rule options and theremove_obsargument. Default behavior remains unchanged (proper = FALSE). - 📚 Improved documentation across many measures.
mlr3proba 0.8.0
- Compatibility with
mlr3v1.0.0 (weights_learner) andmlr3pipelinesv0.8.0 - MAJOR feat: support right-censored competing risk tasks (
TaskCompRisks,LearnerCompRisks,MeasureCompRisks)- Implemented AUC(t) via
RiskRegressionpackage - Baseline Aalen-Johansen estimator via
survivalpackage
- Implemented AUC(t) via
- fix:
as.data.table()forPredictionSurvobjects holds now one survival curve per observation as it should - refactor:
TaskSurvuses only right, left or interval censoring, simplified code a lot in the methods