From 7c83c310ae2f21c8d5b308948b1deedafd8d4a36 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Wed, 20 Dec 2023 18:00:23 +0000 Subject: [PATCH] remove incorrect comment --- R/rand_forest-aorsf.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/R/rand_forest-aorsf.R b/R/rand_forest-aorsf.R index 08b0cdb..0de27b5 100644 --- a/R/rand_forest-aorsf.R +++ b/R/rand_forest-aorsf.R @@ -21,10 +21,6 @@ survival_prob_orsf <- function(object, new_data, eval_time, time = deprecated()) eval_time <- time } - # This is not just a `post` hook in `set_pred()` because parsnip adds the - # argument `eval_time` to the prediction call and `aorsf::predict.orsf_fit()` - # expects empty dots, i.e. no `eval_time` argument. - pred <- predict( object, new_data = new_data,