scikit-learn/examples/compose
Jérémie du Boisberranger bb5ab53f94
API Config: change default display to "diagram" (#22856)
2022-03-21 15:43:07 +01:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_column_transformer_mixed_types.py API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01:00
plot_compare_reduction.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_digits_pipe.py DOC speed up example plot_digits_pipe.py (#21728) 2021-11-25 13:05:54 +01:00
plot_feature_union.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_transformed_target.py MNT Clean fixes and compat for old versions of our dependencies (#22642) 2022-03-02 11:32:06 +01: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>`.