View source: R/deprec-impute_knn.R
step_knnimpute | R Documentation |
Please use step_impute_knn()
instead.
step_knnimpute(
recipe,
...,
role = NA,
trained = FALSE,
neighbors = 5,
impute_with = imp_vars(all_predictors()),
options = list(nthread = 1, eps = 1e-08),
ref_data = NULL,
columns = NULL,
skip = FALSE,
id = rand_id("impute_knn")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.