Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
library("mlr3")
task = tsk("pima")
task$missings()
po = po("imputenewlvl")
new_task = po$train(list(task = task))[[1]]
new_task$missings()
# }
Run the code above in your browser using DataLab