scikit-learn/examples/compose
Adrin Jalali 51c8e0e19d
CLN replace authors with the standard line (#29250)
2024-06-17 17:57:02 +00: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_digits_pipe.py CLN use new license notice line (#29246) 2024-06-13 15:51:09 +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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00: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>`.