Packages

package pipeline

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Pipeline extends Product with Serializable

    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()))

Value Members

  1. object Pipeline extends Serializable

Ungrouped