Commit Graph

110 Commits

Author SHA1 Message Date
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
Jérémie du Boisberranger 5d25ce13ae
TST enable test docstring params for feature extraction module (#20188) 2021-06-02 17:41:41 +02:00
Ashvith Shetty ca6caa28ab
TST Removed the estimators from the IGNORED list in test_fit_docstring_attributes (#20103) 2021-05-18 15:09:11 -04:00
Jérémie du Boisberranger 0012d845f5
MNT Clean deprecations for 1.0 | AffinityPropagation (#19318) 2021-05-11 16:42:23 -04:00
Dmitry Kobak 8156c10828
ENH Improve initialization and learning rate in t-SNE (#19491)
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
2021-04-26 15:29:59 -04:00
Olivier Grisel 54ff7b7c4f
Test and doc for n_features_in_ for sklearn.calibration (#19555)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-03-30 18:19:56 +02:00
Thomas J. Fan cf296c74ba
ENH Checks n_features_in_ after fitting in mixture (#19540) 2021-03-23 14:08:11 +01:00
Thomas J. Fan 95fa18f278
TST Fixes docstring ordering and test_docstring_parameters (#19048) 2021-02-12 11:35:05 +01:00
Thomas J. Fan 2be474be7f
DOC Documents n_features_in_ in cross_decomposition (#19351) 2021-02-08 10:13:33 +01:00
Guillaume Lemaitre 2218ec4622
MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-12-18 16:09:19 +00:00
Maren Westermann 0e6d415c51
MNT deprecate attributes in Partial Least Squares module (#18768)
* deprecate attributes

* add test

* add remove test note

* remove classes from ignored sets

* replace abbreviations with full words for improved readability

* make entry in whats_new
2020-11-11 12:37:18 +01:00
fhaselbeck bb9a8f0a75
FIX add attributes X_offset_ and X_scale_ in ARDRegression needed in predict (#18607)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-10-28 08:04:44 +01:00