scikit-learn/examples/compose
Adrin Jalali 69c8967e21 DOC Fix warnings in examples (#12654)
Fixe or suppresses many warnings in examples, including matplotlib complaining about the non-gui backend.
2019-01-17 21:41:13 +11:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py Fix typo (#12126) 2018-09-21 09:49:45 +02:00
plot_column_transformer_mixed_types.py [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00
plot_compare_reduction.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_digits_pipe.py [MRG + 1] return_train_score deprecation (#12241) 2018-10-03 19:24:14 +02:00
plot_feature_union.py [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00
plot_transformed_target.py EXA change normed to density in matplotlib calls in examples (#12718) 2018-12-06 09:05:41 +08: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>`.