Learn R Programming

iai (version 1.4.0)

impute_cv: Impute missing values using cross validation

Description

Julia Equivalent: IAI.impute_cv

Usage

impute_cv(X, ...)

Arguments

X

The dataframe in which to impute missing values.

...

Refer to the Julia documentation for available parameters.

Examples

Run this code
# 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