Skip to content

Commit 2dbbce6

Browse files
committed
update example
1 parent 0c1f65b commit 2dbbce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/PipeOpPredClassifSurv.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#'
2929
#' learner = lrn("classif.log_reg", predict_type = "prob")
3030
#' learner$train(task_classif)
31-
#' pred = learner$predict_newdata(trafo_data)
31+
#' pred = learner$predict(task_classif)
3232
#'
3333
#' po_predtosurv = po("trafopred_classifsurv")
3434
#' po_predtosurv$train(list(pred, trafo_data))

man/mlr_pipeops_trafopred_classifsurv.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)