scikit-learn/examples/compose
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649)
2023-06-21 17:50:07 +02:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_column_transformer_mixed_types.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_feature_union.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_transformed_target.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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>`.