preprocessing#

Classes#

BasePipeline

The base class for other types of pipelines.

ClassifierPipeline

Classifier pipeline that (in addition to the functionality of BasePipeline) also acts as a classifier.

ClassifierPipelineElement

Pipeline element that wraps around a classifier

DriftDetectorPipelineElement

Pipeline element that wraps around a drift detector

MOATransformer

PipelineElement

The basic pipeline building block

RandomSearchClassifierPE

RegressorPipeline

Regressor pipeline that (in addition to the functionality of BasePipeline) also acts as a regressor.

RegressorPipelineElement

Pipeline element that wraps around a regressor

Transformer

TransformerPipelineElement

Pipeline element that wraps around a transformer