scikit-learn/examples/compose
Stephen Tierney 3f5bf97e81 DOC removed ambiguity in pipeline gridsearch example (#12272)
* Removed ambiguity in pipeline gridsearch example

* Formatted to pep8
2018-10-04 09:48:40 -04: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 removed ambiguity in pipeline gridsearch example (#12272) 2018-10-04 09:48:40 -04: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 Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +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>`.