Commit Graph

25 Commits

Author SHA1 Message Date
siavrez f87b5ae223
Update learning_curve.rst (#22086) 2022-01-03 10:00:36 +01:00
Tom Dupré la Tour f6e6ad2d9e
MNT clean futurewarning for 1.0 | _deprecate_positional_args (#20002)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-05-14 11:30:27 -04:00
Sarah Brown 6c36c96c6e
DOC Clarify sentence in learning curve user guide (#18856) 2020-11-27 14:39:43 +01:00
Kanika Sabharwal 40c7978a64 use return_X_y=True for load_iris dataset (#14777) 2019-08-24 17:54:16 -04:00
Nicolas Hug 120009b12a DOC fix user guide for learning_curve (#14099) 2019-06-17 14:52:24 +02:00
Thomas J Fan 2e7e06b78f [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
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
Loïc Estève 20661b5018
TST: only run doctests on numpy 1.14. (#10835)
Fix doctests due to numpy 1.14 formatting changes.
2018-03-27 07:44:40 +02:00
Óscar Nájera bd5cecce44 update references link namespace 2016-08-03 20:23:50 +02:00
Óscar Nájera 04116ce286 update image sources namespace 2016-08-03 20:23:50 +02:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Andreas Mueller 67b8601314 Minor fixes in the docs 2014-06-07 16:38:53 +02:00
Alexander Fabisch e1f8bfbc07 MAINT Rename over/underfitting example
Fixes #2834, #2845.
2014-02-15 16:49:10 +01:00
Alexander Fabisch 4a4bfc52de Return scores of all folds
It is possible to plot confidence intervals with fill_between
2014-02-04 22:30:30 +01:00
Alexander Fabisch fe014d9cf3 Simplify first part of the documentation 2014-02-02 19:43:51 +01:00
Alexander Fabisch b68bd36bf5 Rephrase sentence 2014-02-02 18:50:48 +01:00
Alexander Fabisch 4cf2229d1d Improve phrasing 2014-02-02 18:50:48 +01:00
Alexander Fabisch 5544b3e7cd Correct and improve documentation 2014-02-02 18:50:48 +01:00
Alexander Fabisch 0852a54f7f Add example with polynomial regression 2014-02-02 18:50:48 +01:00
Alexander Fabisch 1128dc7ba9 Fix link to validation curve 2014-02-02 18:50:48 +01:00
Alexander Fabisch ab41996b83 Improve documentation
* add images
* add link to API doc
* change order
2014-02-02 18:50:47 +01:00
Alexander Fabisch 849d159d79 Add narrative documentation 2014-02-02 18:50:47 +01:00