Skip to content
Discussion options

You must be logged in to vote
  1. Of course - see all available survival learners with mlr_learners$keys("surv"). Using mlr3extralearners loads a bunch of those.
  2. Yes sure, there are many ways to do this. The easiest would be to run a benchmark and then score() using the dcalib or other metrics. Learners support also the predict_newdata() that can be used on data frames. If you manually do the train and predict steps and you have the survival prediction matrix, you can use .surv_return and then call as_prediction(output-list-from-surv-return) to make a PredictionSurv object (see also as_prediction_surv) and there you can use the score with the metric you want (given that it is not a complicated measure, ie doesn't use tra…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bblodfon
Comment options

Answer selected by kiwigander
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants