Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
studener committed Sep 24, 2024
1 parent e12eb76 commit d0c29ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/pipelines.R
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ pipeline_survtoregr = function(method = 1, regr_learner = lrn("regr.featureless"
#' If cut is unspecified, this will be the last possible event time.
#' All event times after max_time will be administratively censored at max_time.
#' @param rhs `character(1)`\cr
#' Right-hand side of the formula to with the learner.
#' Right-hand side of the formula to use with the learner.
#' All features of the task are available as well as `tend` the upper bounds
#' of the intervals created by `cut`.
#' If rhs is unspecified, the formula of the task will be used.
Expand Down
2 changes: 1 addition & 1 deletion man/mlr_graphs_survtoclassif_disctime.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0c29ff

Please sign in to comment.