scikit-learn/examples/compose
Arth c040ab18d1
DOC speed up example plot_digits_pipe.py (#21728)
* Updated plot_digits_pipe

* Updated plot_digits_pipe with StandardScaler preprocessing
2021-11-25 13:05:54 +01:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_column_transformer_mixed_types.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_compare_reduction.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_digits_pipe.py DOC speed up example plot_digits_pipe.py (#21728) 2021-11-25 13:05:54 +01:00
plot_feature_union.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_transformed_target.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +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>`.