Loïc Estève
|
edc2730c0a
|
Use as_frame=False for mnist_784 examples to reduce memory usage (#21922)
|
2021-12-09 10:24:03 +01:00 |
Dimitri Papadopoulos Orfanos
|
d4d5f8c7e0
|
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2021-10-22 15:33:22 +02:00 |
Thomas J. Fan
|
70a185ae59
|
MAINT Enable and run black on examples (#20502)
|
2021-10-07 10:13:00 +02:00 |
Maren Westermann
|
4e8dc9db5c
|
DOC shorten links in examples/* modules (#17636)
* shorten links in examples
* fix linting errors
|
2020-06-20 17:43:14 +02:00 |
Nicolas Hug
|
b92455a6b2
|
MAINT Deprecate all of utils.testing except all_estimators (#15367)
|
2019-10-28 17:28:56 +01:00 |
Harsh Mahajan
|
38fd24ac1e
|
EXA Remove redundant tol parameter for SGDClassifier (#14556)
|
2019-08-02 14:04:10 -04:00 |
surgan12
|
62d2059804
|
MNT remove __future__ imports (#12791)
|
2019-02-02 22:05:06 +08:00 |
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 |
Joel Nothman
|
fc56da504d
|
Deprecate fetch_mldata (#11466)
* API Deprecate fetch_mldata and update examples
* Use pytest's filterwarnings
* Rm unused import
* Remove broken doctest
* Refer user to openml URL
* DOC whatsnew tweak
|
2018-08-18 19:27:48 +03:00 |
Tom Dupré la Tour
|
0fc7ce6bb8
|
[MRG+1] Add a stopping criterion in SGD, based on the score on a validation set (#9043)
|
2018-07-05 16:25:34 +02:00 |