Christian Lorentzen
|
79b0943de0
|
DOC avoid FutureWarnings for deprecations examples (#17264)
* MNT keyword only in examples
* MNT pandas 1.0.0 deprectation
See pandas-dev/pandas#23566
* MNT new keyword in 0.23
|
2020-05-18 18:35:12 +02:00 |
Loïc Estève
|
a4db10152b
|
EXA Minor fixes in plot_sparse_logistic_regression_20newsgroups.py (#15925)
|
2019-12-20 07:52:06 +11:00 |
qdeffense
|
f13c9c0752
|
CLN remove redundant default parameters in examples and tests (#14590)
remove redundant 'fit_intercept=True' in examples and tests along with some instances of other redundant parameters (max_iter=100, C=1 and alpha=1.0)
|
2019-08-07 10:38:41 -07:00 |
Sourav Singh
|
f8e4cc495a
|
ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259)
|
2019-07-20 10:30:09 +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 |
Arthur Mensch
|
5147fd09c6
|
Add SAGA solver for LogisticRegression and Ridge (#8446)
|
2017-03-27 21:39:30 +02:00 |