powered by
Julia Equivalent: IAI.impute_cv
IAI.impute_cv
impute_cv(X, ...)
The dataframe in which to impute missing values.
Refer to the Julia documentation for available parameters.
# NOT RUN { X <- iris X[1, 1] <- NA iai::impute_cv(X, list(method = c("opt_knn", "opt_tree"))) # }
Run the code above in your browser using DataLab