H2OAssembly

class h2o.assembly.H2OAssembly(steps)[source]

Bases: object

Extension class of Pipeline implementing additional methods:

  • to_pojo: Exports the assembly to a self-contained Java POJO used in a per-row, high-throughput environment.
  • union: Combine two H2OAssembly objects, the resulting row from each H2OAssembly are joined with simple concatenation.
divide(rhs)
equal_equal(rhs)
fit(fr, **fit_params)[source]
greater_than(rhs)
greater_than_equal(rhs)
less_than(rhs)
less_than_equal(rhs)
minus(rhs)
multiply(rhs)
names
not_equal(rhs)
plus(rhs)
to_pojo(pojo_name=u'', path=u'', get_jar=True)[source]