Skip to content

Commit 4bb786d

Browse files
authored
example line too long
1 parent 62a15b1 commit 4bb786d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/PipeOpEncodePL.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ mlr_pipeops$add("encodeplquantiles", PipeOpEncodePLQuantiles)
342342
#'
343343
#' # Calculated bin boundaries per feature
344344
#' pop$state$bins
345-
#' # First feature was split into three encoded features, second into two, using piecewise linear encoding
345+
#' # First feature was split into three encoded features,
346+
#' # second into two, using piecewise linear encoding
346347
#' train_out$head()
347348
PipeOpEncodePLTree = R6Class("PipeOpEncodePLTree",
348349
inherit = PipeOpEncodePL,

0 commit comments

Comments
 (0)