scikit-learn/examples/compose
Tom Dupré la Tour 06f125d013
MNT replace unconventional characters (#23966)
2022-07-21 12:19:12 +02: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 ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +02: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 MNT replace unconventional characters (#23966) 2022-07-21 12:19:12 +02: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 ENH improve ARFF parser using pandas (#21938) 2022-05-12 18:21:15 +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>`.