pipelinehelper
PipelineHelperClassifier
¶
Bases: PipelineHelper
, Classifier
This class is used to create a pipeline, where multiple classifiers are
able to used in parallel. The selected classifier (selected_model
) is
used to make predictions as well as for training.
The other classifiers are not trained in parallel.
PARAMETER | DESCRIPTION |
---|---|
models |
A dictionary of models that can be used in the pipeline.
|
selected_model |
the model that is used for training and prediction.
|
PipelineHelperTransformer
¶
Bases: PipelineHelper
, Transformer
Add some Text here