Last chance! 50% off unlimited learning
Sale ends in
Remove the h2o Big Data object(s) having the key name(s) from ids.
h2o.rm(ids, cascade = TRUE)
The object or hex key associated with the object to be removed or a vector/list of those things.
Boolean, if set to TRUE (default), the object dependencies (e.g. submodels) are also removed.
h2o.assign
, h2o.ls
if (FALSE) {
library(h2o)
h2o.init()
iris <- as.h2o(iris)
model <- h2o.glm(1:4,5,training = iris, family = "multinomial")
h2o.rm(iris)
}
Run the code above in your browser using DataLab