scikit-learn/examples/compose
Christine P. Chai e409401e6a
DOC: Remove 'print(__doc__)' in scikit-learn examples (#32529)
2025-10-18 08:26:03 +02:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_column_transformer_mixed_types.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_compare_reduction.py DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
plot_digits_pipe.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_feature_union.py CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
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>`.