scikit-learn/examples/compose
Guillaume Lemaitre 68197ff6a4
DOC use make_column_selector inside the mixed type example (#16472)
2020-02-23 17:20:01 +01:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_column_transformer_mixed_types.py DOC use make_column_selector inside the mixed type example (#16472) 2020-02-23 17:20:01 +01:00
plot_compare_reduction.py DOC fix the odd rendering of the section title in `plot_compar… (#15101) 2019-09-28 23:04:28 +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 EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_transformed_target.py EXA remove warnings by setting n_quantiles in plot_transformed_target (#14156) 2019-06-24 11:49:14 +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>`.