scikit-learn/examples/compose
Guillaume Lemaitre 464922b4ac
DOC only use chi2 on binary and counts features (#24684)
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2023-01-12 20:02:25 +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 DOC only use chi2 on binary and counts features (#24684) 2023-01-12 20:02:25 +01:00
plot_compare_reduction.py DOC only use chi2 on binary and counts features (#24684) 2023-01-12 20:02:25 +01: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 FEA add PredictionErrorDisplay (#18020) 2022-11-25 12:51:46 +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>`.