Skip to content

utils

PipelineHelper(models, selected_model=None, seed=42)

Bases: Estimator

The Pipeline Helper enables the selection of different models in a pipeline step.

PARAMETER DESCRIPTION
models

Dictionary of models that can be used in the pipeline.

selected_model

The model that is used for training and prediction.

DEFAULT: None