* 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 |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_column_transformer.py | ||
| plot_column_transformer_mixed_types.py | ||
| plot_compare_reduction.py | ||
| plot_digits_pipe.py | ||
| plot_feature_union.py | ||
| plot_transformed_target.py | ||
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>`.