h2o.get_best_model_predictors {h2o}R Documentation

Extracts the subset of predictor names that yield the best R2 value for each predictor subset size.

Description

Extracts the subset of predictor names that yield the best R2 value for each predictor subset size.

Usage

h2o.get_best_model_predictors(model)

Arguments

model

is a H2OModel with algorithm name of modelselection


[Package h2o version 3.44.0.3 Index]