scikit-learn/examples/compose
Dea María Léon d86a1dfe45
ENH: Display the number and names of output features (#31937)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
Co-authored-by: Antoine Baker <antoinebaker@users.noreply.github.com>
2026-04-15 18:52:53 +02:00
..
README.txt
plot_column_transformer.py DOC: Correct many grammatical issues (#32820) 2025-12-02 09:25:24 +01:00
plot_column_transformer_mixed_types.py ENH: Display the number and names of output features (#31937) 2026-04-15 18:52:53 +02:00
plot_compare_reduction.py
plot_digits_pipe.py
plot_feature_union.py
plot_transformed_target.py DOC: Remove 'print(__doc__)' in scikit-learn examples (#32529) 2025-10-18 08:26:03 +02:00

README.txt

.. _compose_examples:

Pipelines and composite estimators
----------------------------------

Examples of how to compose transformers and pipelines from other estimators. See the :ref:`User Guide <combining_estimators>`.