Package

io.picnicml.doddlemodel

pipeline

Permalink

package pipeline

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pipeline
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Pipeline extends Product with Serializable

    Permalink

    An immutable pipeline of multiple transformers and a single predictor applied as the very last step.

    An immutable pipeline of multiple transformers and a single predictor applied as the very last step.

    Examples: val pipeline = Pipeline(List(pipe(StandardScaler()), ...))(pipe(LogisticRegression()))

  2. type PipelineTransformers = List[Transformable[_]]

    Permalink

Value Members

  1. object Pipeline extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped