Pipeline

../../../../_images/pipeline.svg

Applies one model on the output of another

Configuration:
  • names

    Comma separated list of model names, eg. Rescale, SVC. If fewer names are given than models then default names will be used.

  • flatten

    Flattens multiple pipeline objects into a single pipeline containing all models

Inputs:
models : model

models

Outputs:
out-model : model

Output model

Ports:

Inputs:

models:

model

models

Outputs:

out-model:

model

Output model

Configuration:

names
Comma separated list of model names, eg. Rescale, SVC. If fewer names are given than models then default names will be used.
flatten
Flattens multiple pipeline objects into a single pipeline containing all models
class node_pipeline.Pipeline[source]