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)¶
- greater_than(i)¶
- greater_than_equal(i)¶
- less_than(i)¶
- less_than_equal(i)¶
- minus(i)¶
- multiply(i)¶
- not_equal(i)¶
- plus(i)¶