scikit-learn/examples/compose
surgan12 62d2059804 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_column_transformer_mixed_types.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_compare_reduction.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_digits_pipe.py [MRG + 1] return_train_score deprecation (#12241) 2018-10-03 19:24:14 +02:00
plot_feature_union.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_transformed_target.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08: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>`.