Commit Graph

6906 Commits

Author SHA1 Message Date
Toshihiro NAKAE c871c062f1
DOC Fix typo in release note for ridge positive argument (#20467)
Co-authored-by: Toshihiro Nakae <tnakae@users.noreply.github.com>
2021-07-05 09:17:07 -04:00
Toshihiro NAKAE 18eef9adf9
FEA Add positive argument to Ridge using L-BFGS-B solver (#20231) 2021-07-04 22:43:32 +02:00
Thomas J. Fan 76a5f1d693
DOC Update link for Yen-Chen Lin (#20432) 2021-06-30 23:53:56 +02:00
Thomas J. Fan 3ae7c76153
STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
Thomas J. Fan 383b53fa91
FIX Uses code literals in deprecated to prevent linking (#20410)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-06-28 15:49:19 +02:00
Loïc Estève 13f64643dc
MNT: work around pytest bug for skipping doctests (#20356) 2021-06-28 14:33:03 +02:00
Thomas J. Fan 41ead18ef0
DOC Add new sponsorship information for thomasjpfan (#20398) 2021-06-28 10:46:27 +02:00
Maria Telenczuk 3a57efe45e
MRG: Deprecate 'normalize' in coordinate_descent (#17785)
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
2021-06-27 16:59:01 +02:00
Thomas J. Fan 1abc3f21c8
FIX deprecated properties correctly wraps the property's docstring (#20385) 2021-06-26 21:40:18 +02:00
Andreas Mueller fce7be15da
MNT add new sponsorship information for amueller (#20372) 2021-06-26 20:36:16 +02:00
Thomas J. Fan 508704f415
DOC Move to pass sponsors for Andy, Nicolas, and Thomas (#20332)
* DOC Move to pass sponsors for Thomas, Andy, and Nic
2021-06-26 09:48:42 -07:00
Christian Lorentzen bb2de70a17
ENH add minimal degree support to PolynomialFeatures (#20250) 2021-06-26 13:03:35 +02:00
Christian Lorentzen 0b1070c901
ENH Sample weights for ElasticNetCV (#16449)
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@googlemail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-06-26 13:02:23 +02:00
Uttam kumar 509b9ffbca
RMSLE (root mean squared log error) (#20326)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-06-25 09:28:51 +02:00
John Paton cea784e75e
DOC Update broken Davis2006 reference link in Model Evaluation User Guide (#20339) 2021-06-24 13:44:40 +02:00
Nicolas Hug 28ecdee02b
DOC Add new triage team members and update funding (#20336) 2021-06-23 14:12:39 +01:00
Jannik 36cc933f41
DOC Fix broken link for the paper on cross-validation (#20328) 2021-06-22 21:45:34 +02:00
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
Nicolas Hug 5314987e0d
DOC Update to code review guidelines (#20078) 2021-06-18 14:23:29 +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
Thomas J. Fan 0e7761cdc4
MAINT Black formatting prework (#20260) 2021-06-17 14:18:24 -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
Maxwell 0eeebb1e3d
Add video `3 Components of Reviewing PR` (#20269) 2021-06-15 23:48:07 +02:00
Jérémie du Boisberranger 240542fc78
MNT deprecate n_features_ in trees in favor of n_features_in_ (#20272) 2021-06-15 20:36:13 +02:00
Jérémie du Boisberranger ef71c8597e
MNT Clean deprecations for 1.0 | trees (#19336) 2021-06-15 18:18:47 +02:00
Thomas J. Fan 16968617b5
CI Use newer version of sphinx and remove patch (#20257) 2021-06-14 18:44:25 +02:00
Tomohiro Endo b5e5db4a43
API Raises an error when a negative threshold is chosen in VarianceThreshold (#20207) 2021-06-12 20:33:27 -04:00
Thomas J. Fan 9b98add211
FIX Shorten data file names in tests to better support windows (#20209) 2021-06-12 15:30:49 +02:00
Olivier Grisel 5f3bfccb8a
[MRG] FIX sample_weight invariance for linear models (#19616)
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-06-12 14:44:14 +02:00
Jérémie du Boisberranger 28bc843d88
MNT deprecate n_input_features_ in PolynomialFeatures (#20240) 2021-06-11 18:20:24 +02:00
Shao Yang Hong c53d33ea96
[MRG] Listed valid metrics in neighbors.rst (#19379)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
2021-06-09 10:01:00 +02:00
Thomas J. Fan 7f308675a7
FIX Uses the color max for colormap in ConfusionMatrixDisplay (#19784) 2021-06-07 16:39:34 -07:00
Brian Sun 36915ae390
ENH Adds Poisson criterion in RandomForestRegressor (#19836)
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Alihan Zihna <alihanz@gmail.com>
Co-authored-by: Alihan Zihna <a.zihna@ckhgbdp.onmicrosoft.com>
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: naozin555 <37050583+naozin555@users.noreply.github.com>
Co-authored-by: Venkatachalam N <venky.yuvy@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-06-05 22:45:23 -04:00
murata-yu a1a6b3a960
FIX Fix RandomForestRegressor doesn't accept max_samples=1.0 (#20159)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-06-04 09:23:05 -04:00
Clément Fauchereau 7b965c7893
FIX Fix error when using Calibrated with Voting (#20087) 2021-06-04 08:11:14 -04:00
Thomas J. Fan 6850c04186
API Deprecates support for np.matrix in check_array (#20165)
* API Deprecates support for np.matrix in check_array

* DOC Adds whats new

* ENH Adds link to numpy.matrix
2021-06-01 23:22:47 +02:00
Thomas J. Fan 07a0cf37c9
MNT Finish removing python 3.6 (#20185) 2021-06-01 22:06:28 +02:00
Thomas J. Fan c09be6ab8c
TST Fixes test and mis-matched pandas version (#20149) 2021-06-01 19:41:00 +02:00
KurumeYuta 8bc36080d9
[MRG] Fix Sparse PCA optimization task #19775 (#20153) 2021-06-01 11:38:16 +02:00
Guillaume Lemaitre 1e24ea2b0d DOC fix missing hyperlink in whats new 2021-06-01 11:01:32 +02:00
Guillaume Lemaitre 337f47abc6 DOC fix hyperlink for some users 2021-06-01 10:44:22 +02:00
Takeshi Oura c8753d4174
ENH Preserving dtype for numpy.float32 in Least Angle Regression (#20155) 2021-05-31 16:33:03 +02:00
Venkatachalam N aa86c83b8e
ENH Allowing sparse inputs for prediction in AffinityPropagation (#20117) 2021-05-27 15:28:24 +02:00
Chiara Marmo 07880f0ad3
DOC Update minimal versions for dependencies (#20143) 2021-05-27 11:29:22 +02:00
Guillaume Lemaitre 7c873713df DOC change figure in user guide of quantile regression 2021-05-26 17:45:01 +02:00
Eleni Markou 6ec090f393
DOC fix broken links in faq.rst and glossary.rst (#20122) 2021-05-26 09:27:04 -04:00
David Dale c1cc67dd06
FEA Add QuantileRegressor estimator (#9978)
Co-authored-by: David Dale <ddale@yandex-team.ru>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-05-25 14:02:37 +02:00
tliu68 88be3c1357
Fix GaussianMixture UnboundLocalError (#20030) 2021-05-25 08:23:07 +02:00