Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

X <- iris
X[1, 1] <- NA
iai::impute_cv(X, list(method = c("opt_knn", "opt_tree")))

iai

Interface to 'Interpretable AI' Modules

v1.5.0
MIT + file LICENSE
Authors
Jack Dunn [aut, cre], Ying Zhuo [aut], Interpretable AI LLC [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.