Skip to content

Commit

Permalink
more skips
Browse files Browse the repository at this point in the history
  • Loading branch information
pfistfl committed Jul 21, 2021
1 parent de5bab6 commit e298812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/PipeOpMCBoost.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#' library(mlr3)
#' library(mlr3pipelines)
#' # Attention: gunion inputs have to be in the correct order for now.
#' \dontrun{
#' gr = gunion(list(
#' "data" = po("nop"),
#' "prediction" = po("learner_cv", lrn("classif.rpart"))
Expand All @@ -51,6 +52,7 @@
#' tid = sample(1:208, 108)
#' gr$train(tsk$clone()$filter(tid))
#' gr$predict(tsk$clone()$filter(setdiff(1:208, tid)))
#' }
#' @family PipeOps
#' @seealso https://mlr3book.mlr-org.com/list-pipeops.html
#' @export
Expand Down
2 changes: 2 additions & 0 deletions man/mlr_pipeops_mcboost.Rd

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

0 comments on commit e298812

Please sign in to comment.