if (FALSE) {
data(sleep)
res <- vimpute(sleep[, c("Sleep", "Dream", "Span")], method = "ranger",
tune = TRUE, sequential = FALSE,
tune_control = vimpute_tune_control(budget = 10, folds = 3))
attr(res, "tuning_log")
}
Run the code above in your browser using DataLab