extract_h2o_models: Extract the h2o model ids for all of the tuning grids and...

View source: R/tune_grid_h2o.R

extract_h2o_modelsR Documentation

Extract the h2o model ids for all of the tuning grids and return them as list of tibbles.

Description

Extract the h2o model ids for all of the tuning grids and return them as list of tibbles.

Usage

extract_h2o_models(grid_ids, rename_args)

Arguments

grid_ids

A character vector of the h2o ids for the tuning grids.

rename_args

A named character vector used to remap the h2o hyperparameter names to tidymodels nomenclature. The names of the vector are the tidymodels nomenclature and the values are the h2o nomenclature, e.g. c(mtry = "mtries", min_n = "min_rows")

Value

a list of tibbles


stevenpawley/h2oparsnip documentation built on June 20, 2022, 12:48 p.m.