Pipeline decomposition

../../../../_images/pipeline_split.svg

Pick out given model from a fitted pipeline

Configuration:
  • name

    Index (0 to N) or name of model to pick out from pipeline

Inputs:
model : model

model

Outputs:
out-model : model

Output model

Ports:

Inputs:

model:

model

model

Outputs:

out-model:

model

Output model

Configuration:

name
Index (0 to N) or name of model to pick out from pipeline
class node_pipeline.SplitPipeline[source]