scikit-learn/examples/compose
smujjiga ab4089edc9 EXA Fix order of arguments in classification_report (#15279) 2019-10-21 00:06:30 +02:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py EXA Fix order of arguments in classification_report (#15279) 2019-10-21 00:06:30 +02: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 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 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>`.