h2o_impute_all: Impute all specified variables using h2o

Description Usage Arguments Value Examples

View source: R/Impute.R

Description

Impute all specified variables using h2o

Usage

1
h2o_impute_all(info, init = T, shutdown = T)

Arguments

info

dataframe containing all variables for training

init

should the h2o instance be initialized? Only set as F if the h2o instance has already been initialized.

shutdown

Should the h2o instance be shutdown after imputation, defaults to T.

Value

a data frame

Examples

1
2
3
4
5
## Not run: 
h2o.init()
info <- h2o_impute_all(info, init = F)

## End(Not run)

NSAPH/airpred documentation built on May 7, 2020, 10:49 a.m.