Skip to content

Commit

Permalink
remove comment about stratification
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Aug 17, 2024
1 parent 9faae6a commit da0a858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/MeasureSurvCindex.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#' library(mlr3)
#' task = tsk("rats")
#' learner = lrn("surv.coxph")
#' part = partition(task) # train/test split, stratified on `status` by default
#' part = partition(task) # train/test split
#' learner$train(task, part$train)
#' p = learner$predict(task, part$test)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/mlr_measures_surv.cindex.Rd

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

0 comments on commit da0a858

Please sign in to comment.