We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d665c24 commit 72b26d3Copy full SHA for 72b26d3
R/PipeOpTrafo.R
@@ -252,7 +252,6 @@ PipeOpTargetTrafo = R6Class("PipeOpTargetTrafo",
252
#' tt = ppl("targettrafo", graph = PipeOpLearner$new(LearnerRegrRpart$new()))
253
#' tt$param_set$values$targetmutate.trafo = function(x) log(x, base = 2)
254
#' tt$param_set$values$targetmutate.inverter = function(x) list(response = 2 ^ x$response)
255
-#'
256
#' @family PipeOps
257
#' @template seealso_pipeopslist
258
#' @include PipeOp.R
0 commit comments