h2o.resumeGrid: Resume previously stopped grid training.

View source: R/grid.R

h2o.resumeGridR Documentation

Resume previously stopped grid training.

Description

Resume previously stopped grid training.

Usage

h2o.resumeGrid(grid_id, recovery_dir = NULL, ...)

Arguments

grid_id

ID of existing grid search

recovery_dir

When specified the grid and all necessary data (frames, models) will be saved to this directory (use HDFS or other distributed file-system). Should the cluster crash during training, the grid can be reloaded from this directory via h2o.loadGrid and training can be resumed

...

Additional parameters to modify the resumed Grid.


h2o documentation built on Aug. 9, 2023, 9:06 a.m.