scikit-learn/examples/compose
Sourav Singh f8e4cc495a ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
plot_column_transformer_mixed_types.py EXA Use dataset name instead of dataset id in plot_column_transformer_mixed_types (#14319) 2019-07-13 12:18:46 +02:00
plot_compare_reduction.py EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
plot_digits_pipe.py EXA Show the advantage of PCA in plot_digits_pipe.py (#14348) 2019-07-18 14:15:47 +02: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>`.