| PipeOpOOR_B | R Documentation |
Impute features by OOR imputation in approach B (independently during the training and prediction phase).
Input and output channels are inherited from PipeOpImpute.
The parameters include inherited from ['PipeOpImpute'], as well as:
id :: character(1)
Identifier of resulting object, default '"impute_OOR_B"'.
mlr3pipelines::PipeOp -> mlr3pipelines::PipeOpImpute -> OOR_B_imputation
new()PipeOpOOR_B$new(id = "impute_oor_B", param_vals = list())
clone()The objects of this class are cloneable with this method.
PipeOpOOR_B$clone(deep = FALSE)
deepWhether to make a deep clone.
{
# Using debug learner for example purpose
graph <- PipeOpOOR_B$new() %>>% LearnerClassifDebug$new()
graph_learner <- GraphLearner$new(graph)
# Task with NA
set.seed(1)
resample(tsk("pima"), graph_learner, rsmp("cv", folds = 3))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.