Skip to content

Commit

Permalink
Merge pull request #285 from tidymodels/clean-up-incorrect-comment
Browse files Browse the repository at this point in the history
remove incorrect comment
  • Loading branch information
hfrick authored Dec 20, 2023
2 parents d8b30c0 + 7c83c31 commit 4aede27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/rand_forest-aorsf.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4aede27

Please sign in to comment.