Package

org.apache.spark.ml

h2o

Permalink

package h2o

Visibility
  1. Public
  2. All

Type Members

  1. class H2OPipeline extends Pipeline

    Permalink

    Exact Spark pipeline with new pipeline stage called OneTimeTransformer.

    Exact Spark pipeline with new pipeline stage called OneTimeTransformer. This transformer is called only during the pipeline.fit so can be used to do some additional work during fitting the model. This transformer is removed from list of transformers in the PipelineModel since we don't want to execute this estimator also during prediction

  2. abstract class OneTimeTransformer extends Transformer

    Permalink

    Special kind of transformer which is executed only in the H2OPipeline.fit call

Value Members

  1. object H2OPipeline extends MLReadable[H2OPipeline] with Serializable

    Permalink
  2. package features

    Permalink
  3. package models

    Permalink

Ungrouped