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.
This function was deprecated in iai 1.7.0. This is for consistency with the IAI v3.0.0 Julia release.
if (FALSE) { 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