Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

H2OGrid-class

H2O Grid


Description

A class to contain the information about grid results

Usage

## S4 method for signature '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

H2OModel for the final model types.


h2o

R Interface for the 'H2O' Scalable Machine Learning Platform

v3.32.1.2
Apache License (== 2.0)
Authors
Erin LeDell [aut, cre], Navdeep Gill [aut], Spencer Aiello [aut], Anqi Fu [aut], Arno Candel [aut], Cliff Click [aut], Tom Kraljevic [aut], Tomas Nykodym [aut], Patrick Aboyoun [aut], Michal Kurka [aut], Michal Malohlava [aut], Ludi Rehak [ctb], Eric Eckstrand [ctb], Brandon Hill [ctb], Sebastian Vidrio [ctb], Surekha Jadhawani [ctb], Amy Wang [ctb], Raymond Peck [ctb], Wendy Wong [ctb], Jan Gorecki [ctb], Matt Dowle [ctb], Yuan Tang [ctb], Lauren DiPerna [ctb], Tomas Fryda [ctb], H2O.ai [cph, fnd]
Initial release
2021-04-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.