Remove the h2o Big Data object(s) having the key name(s) from ids.
h2o.rm(ids, cascade = TRUE)
Arguments
- ids
The object or hex key associated with the object to be removed or a vector/list of those things.
- cascade
Boolean, if set to TRUE (default), the object dependencies (e.g. submodels) are also removed.