Utility functions for interacting with the h2o server
Usage
h2o_start()
h2o_end()
h2o_running(verbose = FALSE)
h2o_remove(id)
h2o_remove_all()
h2o_get_model(id)
h2o_get_frame(id)
h2o_xgboost_available()
Arguments
- verbose
Print out the message if no cluster is available.
- id
Model or frame id.
Examples
if (FALSE) {
if (!h2o_running()) {
h2o_start()
}
}