h2o.list_models function

Get an list of all model ids present in the cluster

Get an list of all model ids present in the cluster

h2o.list_models()

Returns

Returns a vector of model ids.

Examples

## 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)
  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11