h2o_start | R Documentation |
Utility functions for interacting with the h2o server
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()
verbose |
Print out the message if no cluster is available. |
id |
Model or frame id. |
## Not run:
if (!h2o_running()) {
h2o_start()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.