mleko.pipeline.steps#

Subpackage containing specialized pipeline steps for various data processing tasks.

This subpackage offers a collection of pipeline steps, each designed for a specific purpose: data ingestion, data conversion, and other data manipulation tasks. By using these unique steps sequentially, you can create a complete data processing workflow within the pipeline.

Submodules#

Package Contents#

Classes#

ConvertStep

Pipeline step that manages data conversion from one format to another.

ExportStep

Pipeline step that manages data exporting to a destination using a specified BaseExporter.

FeatureSelectStep

Pipeline step that selects a subset of features from a DataFrame.

FilterStep

Pipeline step that filters a DataFrame.

IngestStep

Pipeline step that manages data ingestion from a configured data source.

ModelStep

Pipeline step for model training and prediction.

SplitStep

Pipeline step that splits a DataFrame into two parts.

TransformStep

Pipeline step for transformation of features in DataFrame.

TuneStep

Pipeline step for hyperparameter tuning.