powered by
h2o.getModel(model_id)
library(h2o) h2o.init() iris.hex <- as.h2o(iris, "iris.hex") model_id <- h2o.gbm(x = 1:4, y = 5, training_frame = iris.hex)@model_id model.retrieved <- h2o.getModel(model_id)
Run the code above in your browser using DataLab