scikit-learn/examples/compose
Guillaume Lemaitre a47d569e67
ENH improve ARFF parser using pandas (#21938)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2022-05-12 18:21:15 +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 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 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>`.