scikit-learn/examples/compose
Reshama Shaikh abf497b8e6
DOC Fix rendering in plot_pipeline_display. formatting fix with docstring (#20562)
2021-07-21 09:11:54 +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 STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_compare_reduction.py DOC Fix rendering in plot_pipeline_display. formatting fix with docstring (#20562) 2021-07-21 09:11:54 +02: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>`.