Skip to content

Commit

Permalink
small docs correction
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser committed Dec 20, 2024
1 parent 46e82d8 commit 68360d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/PipeOpEncode.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @section Input and Output Channels:
#' Input and output channels are inherited from [`PipeOpTaskPreproc`].
#'
#' The output is the input [`Task`][mlr3::Task] with all affected `factor` and `ordered` parameters encoded according to the `method`
#' The output is the input [`Task`][mlr3::Task] with all affected `factor` and `ordered` columns encoded according to the `method`
#' parameter.
#'
#' @section State:
Expand Down
2 changes: 1 addition & 1 deletion R/PipeOpQuantileBin.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PipeOpQuantileBin = R6Class("PipeOpQuantileBin",
initialize = function(id = "quantilebin", param_vals = list()) {
ps = ps(
numsplits = p_int(lower = 2, special_vals = list(NULL), tags = "train")
)
)
ps$values = list(numsplits = 2L)
super$initialize(id, param_set = ps, param_vals = param_vals, packages = "stats", feature_types = c("numeric", "integer"))
}
Expand Down

0 comments on commit 68360d7

Please sign in to comment.