scikit-learn/examples/compose
Alexandre Boucaud f158e2dfe2 [MRG+1] Change CV defaults to 5 (#11557)
* add FutureWarning for methods with defaults=3

* add explicit cv values to fix assertion errors

* add tests for catching the FutureWarning

* Write current deprecation version

* Add deprecation in docstring

* change default cv value to None

* change cv from 3 to 5 in the examples

* upgrade doctests

* update doctest in tutorial

* update doctest in cross-validation doc

* fix tests

* add entry to whats new

* address Gael comments

* address Gael comments 2

* fix wrong indentation

* update doc

* add docstring deprecation warning in CV subclasses

* address Andy's comments

* fix PR number

* fix flake8

* add filterwarnings in tests

* fix doctests

* cv=None mendatory in Ridge

* fix warning related errors

* skip some doctests warnings

* make travis happy

* change from deprecated to versionchanged

* fix doctests and remove skipping

* address comments
2018-07-19 14:46:11 +02:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py [MRG] Examples fixes (#11539) 2018-07-16 10:46:43 +02:00
plot_column_transformer_mixed_types.py MAINT update CategoricalEncoder into OneHotEncoder in example 2018-06-21 11:46:29 +02:00
plot_compare_reduction.py [MRG+1] Change CV defaults to 5 (#11557) 2018-07-19 14:46:11 +02:00
plot_digits_pipe.py EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_feature_union.py EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08: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>`.