h2o (version 3.2.0.3)

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.