Skip to content

Commit 72b26d3

Browse files
small fix (blankspace)
1 parent d665c24 commit 72b26d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/PipeOpTrafo.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ PipeOpTargetTrafo = R6Class("PipeOpTargetTrafo",
252252
#' tt = ppl("targettrafo", graph = PipeOpLearner$new(LearnerRegrRpart$new()))
253253
#' tt$param_set$values$targetmutate.trafo = function(x) log(x, base = 2)
254254
#' tt$param_set$values$targetmutate.inverter = function(x) list(response = 2 ^ x$response)
255-
#'
256255
#' @family PipeOps
257256
#' @template seealso_pipeopslist
258257
#' @include PipeOp.R

0 commit comments

Comments
 (0)