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#
mleko.pipeline.steps.convert_stepmleko.pipeline.steps.export_stepmleko.pipeline.steps.feature_select_stepmleko.pipeline.steps.filter_stepmleko.pipeline.steps.ingest_stepmleko.pipeline.steps.model_stepmleko.pipeline.steps.split_stepmleko.pipeline.steps.transform_stepmleko.pipeline.steps.tune_step
Package Contents#
Classes#
|
Pipeline step that manages data conversion from one format to another. |
|
Pipeline step that manages data exporting to a destination using a specified BaseExporter. |
|
Pipeline step that selects a subset of features from a DataFrame. |
|
Pipeline step that filters a DataFrame. |
|
Pipeline step that manages data ingestion from a configured data source. |
|
Pipeline step for model training and prediction. |
|
Pipeline step that splits a DataFrame into two parts. |
|
Pipeline step for transformation of features in DataFrame. |
|
Pipeline step for hyperparameter tuning. |