h2o.removeVecs {h2o} | R Documentation |
Delete Columns from an H2OFrame
Description
Delete the specified columns from the H2OFrame. Returns an H2OFrame without the specified columns.
Usage
h2o.removeVecs(data, cols)
Arguments
data |
The H2OFrame. |
cols |
The columns to remove. |
[Package h2o version 3.44.0.3 Index]