H2OGrid-class {h2o} | R Documentation |
H2O Grid
Description
A class to contain the information about grid results
Usage
## S4 method for signature 'H2OGrid'
show(object)
Arguments
object |
an |
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
H2OModel for the final model types.
[Package h2o version 3.44.0.3 Index]