h2o.list_models | R Documentation |
Get an list of all model ids present in the cluster
h2o.list_models()
Returns a vector of model ids.
## Not run:
library(h2o)
h2o.init()
iris_hf <- as.h2o(iris)
model_id <- h2o.gbm(x = 1:4, y = 5, training_frame = iris_hf)@model_id
model_id_list <- h2o.list_models()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.