Skip to content

Commit

Permalink
tiny changes
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser committed Jan 21, 2025
1 parent 7d7a826 commit 7280a50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/PipeOpEncodePL.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#' `r format_bib("gorishniy_2022")`
#'
#' @family PipeOps
#' @family PipeOpsPLE
#' @family Piecewise Linear Encoding PipeOps
#' @template seealso_pipeopslist
#' @include PipeOpTaskPreproc.R
#' @export
Expand All @@ -57,7 +57,7 @@ PipeOpEncodePL = R6Class("PipeOpEncodePL",
public = list(
initialize = function(id = "encodepl", param_set = ps(), param_vals = list()) {
super$initialize(id, param_set = param_set, param_vals = param_vals,
task_type = task_type, tags = "encode", feature_types = c("numeric", "integer"))
task_type = task_type, tags = "encode", feature_types = c("numeric", "integer"))
}
),
private = list(
Expand Down Expand Up @@ -150,7 +150,7 @@ PipeOpEncodePLTree = R6Class("PipeOpEncodePLTree",
}

super$initialize(id, param_set = alist(private$.tree_learner$param_set), param_vals = param_vals,
packages = private$.tree_learner$packages, task_type = task_type)
packages = private$.tree_learner$packages, task_type = task_type)
}
),
private = list(
Expand Down

0 comments on commit 7280a50

Please sign in to comment.