H2OAssembly

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

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(i)
equal_equal(i)
fit(fr, **fit_params)[source]
greater_than(i)
greater_than_equal(i)
less_than(i)
less_than_equal(i)
minus(i)
multiply(i)
names None[source]
not_equal(i)
plus(i)
to_pojo(pojo_name='', path='', get_jar=True)[source]