Here are some examples of grid search in H2O R:
auc_table <- h2o.getGrid(grid_id = "eeg_demo_gbm_grid", sort_by = "auc", decreasing = TRUE) best_model <- h2o.getModel(auc_table@model_ids[[1]]) h2o.auc(best_model, valid = TRUE)
Dear All, I am back to using h2o (from R) after ages. I am a caret/mlr user to tune model hyperparameters. I discovered that now h2o offers cross validation and grid search, but it is not clear how to combine them for me. Apologies for now providing any code, but if I could I would not be asking this question. Can anyone provide a simple self-contained example of a random Forest model where cross validation and grid search are used to select the "best" mtries value? Many thanks Lorenzo
-- Erin LeDell Ph.D. Statistician & Machine Learning Scientist | H2O.ai