Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
h2o (version 3.0.0.30)
h2o.removeVecs: Delete Columns from a H2OFrame
Description
Delete the specified columns from the H2OFrame. Returns a H2OFrame without the specified columns. This will trigger any lazy computation of the frame, and has side-effects.
Usage
h2o.removeVecs(data, cols)
Arguments
data
The H2OFrame.
cols
The columns to remove.