Pipelines and composite estimators, scikit-learn developers, 2024 - Describes the Scikit-learn Pipeline object, its advantages, and how it enables chaining of processing steps and estimators.
Rolling your own estimator, scikit-learn developers, 2024 - Provides guidance on how to create custom Scikit-learn compatible estimators and transformers by adhering to the API conventions.