.. _sphx_glr_auto_examples_compose: .. _compose_examples: Pipelines and composite estimators ---------------------------------- Examples of how to compose transformers and pipelines from other estimators. See the :ref:`User Guide `. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/compose/images/thumb/sphx_glr_plot_column_transformer_thumb.png :alt: :ref:`sphx_glr_auto_examples_compose_plot_column_transformer.py` .. raw:: html
Column Transformer with Heterogeneous Data Sources
.. raw:: html
.. only:: html .. image:: /auto_examples/compose/images/thumb/sphx_glr_plot_column_transformer_mixed_types_thumb.png :alt: :ref:`sphx_glr_auto_examples_compose_plot_column_transformer_mixed_types.py` .. raw:: html
Column Transformer with Mixed Types
.. raw:: html
.. only:: html .. image:: /auto_examples/compose/images/thumb/sphx_glr_plot_feature_union_thumb.png :alt: :ref:`sphx_glr_auto_examples_compose_plot_feature_union.py` .. raw:: html
Concatenating multiple feature extraction methods
.. raw:: html
.. only:: html .. image:: /auto_examples/compose/images/thumb/sphx_glr_plot_transformed_target_thumb.png :alt: :ref:`sphx_glr_auto_examples_compose_plot_transformed_target.py` .. raw:: html
Effect of transforming the targets in regression model
.. raw:: html
.. only:: html .. image:: /auto_examples/compose/images/thumb/sphx_glr_plot_digits_pipe_thumb.png :alt: :ref:`sphx_glr_auto_examples_compose_plot_digits_pipe.py` .. raw:: html
Pipelining: chaining a PCA and a logistic regression
.. raw:: html
.. only:: html .. image:: /auto_examples/compose/images/thumb/sphx_glr_plot_compare_reduction_thumb.png :alt: :ref:`sphx_glr_auto_examples_compose_plot_compare_reduction.py` .. raw:: html
Selecting dimensionality reduction with Pipeline and GridSearchCV
.. raw:: html
.. toctree:: :hidden: /auto_examples/compose/plot_column_transformer /auto_examples/compose/plot_column_transformer_mixed_types /auto_examples/compose/plot_feature_union /auto_examples/compose/plot_transformed_target /auto_examples/compose/plot_digits_pipe /auto_examples/compose/plot_compare_reduction