-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Survival learner doc updates + miscellaneous stuff (#385)
* remove repeated section * compact refs * disable parallelization for aorsf (default behavior => use 1 core) * add section prediction types * crank first for surv_coxboost learners + times refactoring * fix example bug * fix misspell * remove example (template is used) * add prediction types section in flexsurv + minor doc refactoring * doc refinements * update doc for surv.glmnet learners * refine Breslow doc * update gamboost doc * add min working versions for surv gbm, glmnet and mboost * minor update on surv.gamboost doc + small refactoring * refine surv.glmboost doc * update RWeka doc links * surv doc updates * update doc on the rest of mboost surv learners * update doc on ctree and cforest surv learners * add minimum working version for partykit * correct link * update docs * better doc for surv.penalized * set trace = FALSE for surv.penalized * change crank <=> distr order, fix small bug * add selected_features() for surv.penalized * update doc for surv.penalized * refactor + add a new test for surv.penalized * update doc for surv.penalized * add doc about family and type.measure params * correct prediction types, add breslow distr to surv.prioritylasso * remove predict-tagged params that are not actually used by predict method * add comment on cv.glmnet() params * update doc on prioritylasso learners * add encapsulate method in all learner docs * correct doc for selected_features() method * add example to surv.prioritylasso learner * remove unused parameter: no handing of missing data * explictly use coef method from penalized * fix cv.glmnet() link * minimum version for surv svm * add predict type doc for ssvm * refactor: ssvm * split gamma.mu to two parameters in surv svm * update ssvm tests * update docs (mlr3 => CRAN version 0.20.2) * improve doc for surv.cforest - set cores to 1 explicitly * aorsf: use unique event times for S(t) during predict to be in line with the rest of RSFs * add min working version for penalized * set ntree to 500 as is the default of the package * add min working version for ranger and rfsrc learners * rfsrc survival learner updates * change ntime and ntree defaults * add doc * change doc format * doc update to mlr3 v0.21.0 * small fix in example template * change order of doc sections * add prediction types doc for surv.ranger * correct prediction types doc * refactor akritas: use unique train times in predict + ntime parameter + doc * refactor parametric * use unique train times in predict + ntime parameter * refine doc * change default value for discrete to TRUE * update tests for akritas and parametric * change file name as this learner is now called from survivalmodels * fix styling issues * rename test file * add bagging_by_query param to lightgbm learners * increase lightgbm min version * fix example (importance required a parameter to be set in the learner) * refine don for NA survival estimator * refine styling of doc * fix examples with learner importance * add prediction types doc for DL survival models * small fix in the example * add min working vesion for xgboost * rename doc section to prediction types * correct another example * fix yet another example with importance * Update R/learner_aorsf_surv_aorsf.R Co-authored-by: Sebastian Fischer <[email protected]> * use @examplesIf where necessary * refactor => gridify_times() * refine doc: custom mlr3 => initial values across learners * update news --------- Co-authored-by: Sebastian Fischer <[email protected]>
- Loading branch information
1 parent
a5d43c7
commit a622524
Showing
184 changed files
with
1,632 additions
and
686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.