H2OGrid-class | R Documentation |
A class to contain the information about grid results
## S4 method for signature 'H2OGrid'
show(object)
object |
an |
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.
H2OModel for the final model types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.