scikit-learn/examples/compose
Ghislain Antony Vaillant 9fda736543
DOC Fix typo in plot_feature_union example (#18474)
2020-09-28 16:21:03 -04:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py DOC Update plot_column_transformer to notebook style (#17028) 2020-05-17 11:03:56 -04:00
plot_column_transformer_mixed_types.py DOC shorten links in examples/* modules (#17636) 2020-06-20 17:43:14 +02:00
plot_compare_reduction.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
plot_digits_pipe.py DOC improving plot_digits_pipe.py by adjusting parameters and making the graph more clear (#14346) 2019-10-29 11:10:33 +01:00
plot_feature_union.py DOC Fix typo in plot_feature_union example (#18474) 2020-09-28 16:21:03 -04:00
plot_transformed_target.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +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>`.