scikit-learn/examples/compose
Christine P. Chai 045224d753
DOC: Correct many grammatical issues (#32820)
2025-12-02 09:25:24 +01: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 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>`.