h2o_start {agua} | R Documentation |
Utility functions for interacting with the h2o server
Description
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
## Not run:
if (!h2o_running()) {
h2o_start()
}
## End(Not run)
[Package agua version 0.1.4 Index]