src.pipeline.setup_pipeline

Parse the pipeline form the configuration and set it up.

Functions

setup_pipeline(cfg)

Parse the pipeline form the configuration and set it up.

src.pipeline.setup_pipeline.setup_pipeline(cfg)[source]

Parse the pipeline form the configuration and set it up.

Parameters:

cfg (DictConfig) – The configuration for the pipeline.

Return type:

VerboseTransformationPipeline

Returns:

The transformation pipeline.