impute_cv | R Documentation |
Julia Equivalent:
IAI.impute_cv
impute_cv(X, ...)
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.
## Not run:
X <- iris
X[1, 1] <- NA
iai::impute_cv(X, list(method = c("opt_knn", "opt_tree")))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.