extract_h2o_preds: Extract the predictions for each tuning grid from the h2o...

View source: R/tune_grid_h2o.R

extract_h2o_predsR Documentation

Extract the predictions for each tuning grid from the h2o cluster

Description

Extract the predictions for each tuning grid from the h2o cluster

Usage

extract_h2o_preds(test_indices, grid_ids, data, rename_args, model_mode)

Arguments

test_indices

A numeric vector if the row numbers of the H2OFrame that represent the assessment samples.

grid_ids

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

data

A H2OFrame object.

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 tibble


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