This function uses the MICE methodology to impute missing values.
impute(df, m = 5, iters = 5, seed = 0, quiet = FALSE)data.frame with imputed values.
Dataframe. Dataframe to transform.
Integer. Number of multiple imputations.
Integer. Number of iterations.
Integer. Set a seed for reproducibility.
Boolean. Keep quiet? (or print replacements).
Other Data Wrangling:
balance_data(),
categ_reducer(),
cleanText(),
date_cuts(),
date_feats(),
file_name(),
formatHTML(),
holidays(),
left(),
normalize(),
num_abbr(),
ohe_commas(),
ohse(),
quants(),
removenacols(),
replaceall(),
replacefactor(),
textFeats(),
textTokenizer(),
vector2text(),
year_month(),
zerovar()
Other Machine Learning:
ROC(),
conf_mat(),
export_results(),
gain_lift(),
h2o_automl(),
h2o_predict_API(),
h2o_predict_MOJO(),
h2o_predict_binary(),
h2o_predict_model(),
h2o_selectmodel(),
iter_seeds(),
lasso_vars(),
model_metrics(),
model_preprocess(),
msplit()
Other Missing Values:
missingness()