Adrin Jalali
51c8e0e19d
CLN replace authors with the standard line ( #29250 )
2024-06-17 17:57:02 +00:00
Adrin Jalali
55ca335e42
CLN use new license notice line ( #29246 )
2024-06-13 15:51:09 +02:00
Loïc Estève
abbaed326c
MAINT Drop official PyPy support ( #29128 )
2024-06-03 14:30:35 +02:00
Jérémie du Boisberranger
131109b003
API Deprecate utils.parallel_backend and utils.register_parallel_backend ( #28847 )
2024-04-17 10:15:19 +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
Jérémie du Boisberranger
cd1b1bef0e
MAINT cleanup utils.__init__: move IS_PYPY, _IS_WASM, _IS_32BIT into utils.fixes ( #28768 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2024-04-08 09:07:26 +00:00
Lucy Liu
867d5cc316
API Deprecate n_iter in favour of max_iter for TSNE ( #28471 )
2024-02-23 11:00:30 +01:00
Loïc Estève
55c6679ada
TST Tweak tests to facilitate Meson usage ( #28094 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2024-01-12 14:44:41 +00:00
Guillaume Lemaitre
3195a5f645
MAINT change the default of normalized_stress ( #27858 )
2023-11-28 10:09:12 +01:00
Guillaume Lemaitre
0310ab03cb
MAINT remove parameter setting in test_docstring ( #27863 )
2023-11-28 10:08:47 +01:00
Guillaume Lemaitre
617203dba1
MAINT change force_alpha default value from True to False after deprecation ( #27827 )
2023-11-23 15:34:36 -05:00
Loïc Estève
b8e9d382b2
MNT Remove setuptools dependency in our test suite ( #27355 )
2023-09-15 17:43:19 +02:00
Stefanie Senger
c634b8abbb
MNT Deprecate SAMME.R algorithm from AdaBoostClassifier ( #26830 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-07 21:54:52 +02:00
Omar Salman
1abc9ad7a6
MAINT replace obj and grad in sigmoid calibration with private loss module ( #27185 )
2023-09-06 09:16:55 +02:00
AlexL
ee5d94e0a0
ENH Add n_components="auto" to NMF to be inferred from custom init ( #26634 )
...
Co-authored-by: avigny <alexandre.vigny@dataiku.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-06-26 18:44:30 +02:00
Adrin Jalali
42173fdb34
MNT add isort to ruff's rules ( #26649 )
2023-06-21 17:50:07 +02:00
Jérémie du Boisberranger
168b4e714d
MAINT Clean up leftovers from previous deprecations clean up PRs ( #26545 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-06-09 06:02:23 +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
Adrin Jalali
893d5accaf
MNT Update black to 23.3.0 ( #26110 )
2023-04-06 12:14:16 -04:00
Jérémie du Boisberranger
1dc0dd49f7
API Wrap __new__ instead of __init__ with the deprecated decorator ( #25733 )
...
Co-authored-by: Brigitta Sipőcz <brigitta.sipocz@gmail.com>
2023-03-08 11:33:36 -05:00
Guillaume Lemaitre
cac75813d3
API make PatchExtractor being a real scikit-learn transformer ( #24230 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2023-02-28 20:28:25 +01:00
Guillaume Lemaitre
4795098dcd
MAINT run common tests on IterativeImputer ( #24930 )
2022-11-16 10:29:04 +01:00
Thomas J. Fan
7dc7f8a3d3
FIX Fixes common test for requires_positive_X ( #24667 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-10-26 10:47:53 +02:00
Jérémie du Boisberranger
8648cf9218
MAINT clean deprecation for 1.2: leftovers ( #24647 )
2022-10-13 14:54:53 +02:00
Jérémie du Boisberranger
e41753ebd5
MAINT Clean deprecation for 1.2: normalize in linear models ( #24391 )
2022-10-12 14:06:47 +02:00
Meekail Zain
b0b7c154ae
API Add `"auto"` value and deprecate default value for `normalized_stress` ( #23834 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-10-10 13:43:52 -04:00
Meekail Zain
65b300effa
ENH Adding variable `force_alpha` to classes in naive_bayes.py ( #22269 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: arka204 <kmichalik204@gmail.com>
Co-authored-by: Shao Yang Hong <shaoyang.hong@ninjavan.co>
Co-authored-by: Shao Yang Hong <hongsy2006@gmail.com>
2022-07-22 11:57:48 +02:00
Guillaume Lemaitre
a7e27dab2c
API prepare change of default solver QuantileRegressor ( #23637 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-06-24 12:23:33 +02:00
Meekail Zain
b54a5289d5
FIX Added validation for `TSNE.perplexity` against number of samples ( #23471 )
...
Co-authored-by: Mathias Andersen <MrMathiasMa@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-06-01 10:48:11 +02:00
Meekail Zain
0d923daf6d
EHN Change default value of n_init in KMeans ( #23038 )
...
Co-authored-by: Muriel <muriel.grobler@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-05-25 10:15:46 +02:00
Jérémie du Boisberranger
a23c2edf47
[MRG] Refactor MiniBatchDictionaryLearning and add stopping criterion ( #18975 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-03-30 11:13:08 +02:00
Guillaume Lemaitre
02087e1308
MNT remove deprecated attributes in PLS ( #21585 )
2022-02-08 14:44:05 -05:00
murata-yu
30360ee997
ENH Adds n_features_to_select upper limit to SeqFeatureSelector ( #20145 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: bmreiniger <40676050+bmreiniger@users.noreply.github.com>
2021-12-24 09:13:16 -05:00
Julien Jerphanion
c48dba0718
EHN Support unit-variance whitening for `FastICA` ( #19490 )
...
Co-authored-by: Facundo Ferrín <facundo.ferrin@e-campus.uab.cat>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-11-08 15:43:49 +01:00
Jérémie du Boisberranger
c4983148f3
MNT Finalize the change of the default `init` of NMF ( #21500 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-10-30 16:20:47 +02:00
Dimitri Papadopoulos Orfanos
6c068e2c75
MNT Remove obsolete code (Python >= 3.7) ( #21092 )
2021-09-20 23:04:37 +02:00
Thomas J. Fan
3ae7c76153
STY Enables black with experimental_string_processing=true ( #20412 )
2021-06-29 09:47:04 +02:00
Maria Telenczuk
8a63ec40e4
MRG: Deprecate normalize in least_angle models ( #17769 )
...
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
2021-06-18 13:54:46 +02:00
Maria Telenczuk
dc2b5875d0
DEP deprecates 'normalize' in _omp.py ( #17750 )
...
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
2021-06-17 23:24:40 +02:00
Thomas J. Fan
82df48934e
MNT Applies black formatting to most of the code base ( #18948 )
2021-06-17 14:21:09 -04:00
Loïc Estève
365234563e
Set up matplotlib agg backend at the beginning of the tests ( #20230 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-06-17 17:45:53 +02:00
Guillaume Lemaitre
05319e727b
TST common tests for n_features_in_ for model_selection module ( #20204 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-06-15 19:20:20 +02:00
LSturtew
3f69c7da4d
ENH Adds n_features_in_ checking to multioutput ( #19692 )
...
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
2021-06-15 18:40:57 +02:00
Thomas J. Fan
9a13bdfaf1
MNT Adds black config and fixes formatting before black ( #19031 )
...
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-06-12 17:14:09 +02:00
Guillaume Lemaitre
95afec8742
TST create instances from exotic estimators for docstring params check ( #20243 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-06-11 18:38:22 +02:00
Guillaume Lemaitre
1cd282d600
DOC add n_features_in_ in the documentation ( #20236 )
2021-06-09 16:58:03 +02:00
Nanshan Li
45fc4b76f3
DOC Document n_features_in_ in cluster ( #20228 )
2021-06-09 11:04:58 +02:00
Jérémie du Boisberranger
b15e312b29
TST test_fit_docstring_attributes include properties ( #20190 )
2021-06-07 17:48:17 -04:00
Guillaume Lemaitre
800aee6d48
TST check n_features_in_ in pipeline module ( #20192 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
2021-06-07 12:29:45 +02:00
Jérémie du Boisberranger
6bfaceded8
MNT n_features_in through the multiclass module ( #20193 )
2021-06-03 14:41:23 +02:00