scikit-learn/examples/compose
Reshama Shaikh 7601f87b7a
DOC Display diagram to pipeline example (#18758)
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-10-13 16:31:09 +02:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_column_transformer_mixed_types.py DOC Display diagram to pipeline example (#18758) 2021-10-13 16:31:09 +02:00
plot_compare_reduction.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_digits_pipe.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_feature_union.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_transformed_target.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +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>`.