h2o_feaSelect: Feature Selection using H2O Random Forest

Description Usage Arguments Examples

Description

Feature Selection using H2O Random Forest

Usage

1
2
3
h2o_feaSelect(x_train, y_train, type = "classification", n_fold = 5,
  n_repeat = 3, n_tree = 100, n_size = c(10:15), n_seed = 1234,
  n_threads = -1, plot_graph = TRUE, balance = TRUE)

Arguments

x_train

predictors

y_train

labels

Examples

1
2
## Select Best Features
h2o_feaSelect(x_train, y_train)

woobe/deepr documentation built on May 4, 2019, 9:47 a.m.