scikit-learn/examples/compose
Hirofumi Suzuki c29092d699
MNT define a parse_version function in sklearn.utils.fixes (#17670)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-06-24 13:35:49 +02: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 EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08: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>`.