h2o (version 3.10.3.6)

H2OGrid-class: H2O Grid

Description

A class to contain the information about grid results Format grid object in user-friendly way

Usage

# S4 method for H2OGrid
show(object)

Arguments

object
an H2OGrid object.

Slots

grid_id
the final identifier of grid
model_ids
list of model IDs which are included in the grid object
hyper_names
list of parameter names used for grid search
failed_params
list of model parameters which caused a failure during model building, it can contain a null value
failure_details
list of detailed messages which correspond to failed parameters field
failure_stack_traces
list of stack traces corresponding to model failures reported by failed_params and failure_details fields
failed_raw_params
list of failed raw parameters
summary_table
table of models built with parameters and metric information.

See Also

for the final model types.