sklearn/examples/compose
Daniel Biebert 7136feda91 first commit 2024-08-05 09:32:03 +02:00
..
README.txt first commit 2024-08-05 09:32:03 +02:00
plot_column_transformer.py first commit 2024-08-05 09:32:03 +02:00
plot_column_transformer_mixed_types.py first commit 2024-08-05 09:32:03 +02:00
plot_compare_reduction.py first commit 2024-08-05 09:32:03 +02:00
plot_digits_pipe.py first commit 2024-08-05 09:32:03 +02:00
plot_feature_union.py first commit 2024-08-05 09:32:03 +02:00
plot_transformed_target.py first commit 2024-08-05 09:32:03 +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>`.