Christian Lorentzen
|
679b8a5215
|
MNT don't use random_state in LogisticRegression unless it has an effect (#34287)
|
2026-06-17 11:41:00 +05:00 |
Olivier Grisel
|
a3abdbb35d
|
Fix FutureWarning in doc (#30790)
|
2025-02-08 22:36:19 -05:00 |
Adrin Jalali
|
3e127a3d5c
|
MNT Add author/license note where missing and add the linter (#29477)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
|
2024-07-22 22:05:03 +02:00 |
Adrin Jalali
|
55ca335e42
|
CLN use new license notice line (#29246)
|
2024-06-13 15:51:09 +02:00 |
Jérémie du Boisberranger
|
8600fb4cec
|
MAINT Clean up deprecations for 1.5: in LinearSV* (#28816)
|
2024-04-12 09:49:27 +02:00 |
Tamara
|
5763e5adf6
|
DOC fix random_state in several example for reproducibility (#27153)
|
2023-09-07 11:40:34 +02:00 |
Adrin Jalali
|
42173fdb34
|
MNT add isort to ruff's rules (#26649)
|
2023-06-21 17:50:07 +02:00 |
Dimitri Papadopoulos Orfanos
|
6ca4970ca2
|
MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` (#26467)
|
2023-05-31 17:26:00 +02:00 |
Gleb Levitski
|
b32e5c7ab3
|
ENH Accept 'auto' option for 'dual' parameter in LinearSVC and LinearSVR (#26093)
|
2023-05-30 16:54:24 +02:00 |
Xiao Yuan
|
0526c7dd6d
|
ENH Speed up plot_discretization_classification.py (#21661)
|
2021-11-16 09:40:02 -08: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 |
Dimitri Papadopoulos Orfanos
|
5f6e17c084
|
MNT Remove #!/usr/bin/python shebang in examples (#21246)
|
2021-10-14 18:51:09 +02:00 |
Thomas J. Fan
|
70a185ae59
|
MAINT Enable and run black on examples (#20502)
|
2021-10-07 10:13:00 +02:00 |
Nicolas Hug
|
b92455a6b2
|
MAINT Deprecate all of utils.testing except all_estimators (#15367)
|
2019-10-28 17:28:56 +01:00 |
Archana Alva
|
40b2a6c7e3
|
EXA Removing redundant parameters assignment in examples (#14360)
|
2019-07-14 22:26:41 +08:00 |
Guillaume Lemaitre
|
69eb4d4678
|
[MRG] DEP change default and deprecate iid in SearchCV (#13834)
|
2019-05-09 14:26:05 +02:00 |
Guillaume Lemaitre
|
7896b21562
|
MNT change default of solver in LogisiticRegression (#13805)
|
2019-05-08 21:31:39 +08:00 |
Guillaume Lemaitre
|
28480f4cb2
|
DEP change the default of gamma in SVM (#13801)
|
2019-05-07 16:12:49 +02:00 |
Léo DS
|
fb0e0fcf5f
|
[MRG] Fix plot_svm_scale_c.py and plot_discretization_classification.py not to use deprecated plt api (#11586)
|
2018-07-17 15:48:09 -05:00 |
Tom Dupré la Tour
|
5a61af94e2
|
[MRG+2] Implement two non-uniform strategies for KBinsDiscretizer (discrete branch) (#11272)
|
2018-07-10 09:29:56 +10:00 |
Tom Dupré la Tour
|
582b42fe9e
|
ENH remove warnings from example
|
2018-06-18 15:22:38 +02:00 |
Tom Dupré la Tour
|
430af307c5
|
DOC add a second example for KBinsDiscretizer (#10195)
|
2017-11-28 09:41:31 +11:00 |