Description Usage Arguments Value Examples
Impute all specified variables using h2o with previously trained models
| 1 | h2o_predict_impute_all(info, init = T, shutdown = T)
 | 
| 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. | 
a data frame
| 1 2 3 4 5 | ## Not run: 
h2o.init()
info <- h2o_predict_impute_all(info, init = F)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.