package pipeline
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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()))