Commit Graph

7133 Commits

Author SHA1 Message Date
Takeshi Oura cb4688ad15
ENH Preserving dtype for np.float32 in SparsePCA and MiniBatchSparsePCA (#22111)
Co-authored-by: takoika <>
2022-01-04 17:39:14 +01:00
Aditya Raghuwanshi c398866732
DOC Clarifies the mailing list entry on the main page (#22047)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-01-04 11:11:33 -05:00
Thomas J. Fan 6c2718b82e
ENH Adds get_feature_names_out for cross_decomposition (#22119)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-01-04 16:04:35 +01:00
Thomas J. Fan 5c675183d8
ENH Adds get_feature_names_out for discriminant_analysis (#22120) 2022-01-04 11:54:05 +01:00
siavrez f87b5ae223
Update learning_curve.rst (#22086) 2022-01-03 10:00:36 +01:00
Christian Ritter ed865d7a33
DOC Multioutput classifier example loc change (#21889)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-01-02 14:56:57 -05:00
Pieter Gijsbers b242b9dd20
ENH Pass only bootstrap to `_parallel_build_trees` (#22106) 2021-12-31 15:31:37 -05:00
Takeshi Oura 5dfa5d979a
ENH Preserving dtype for np.float32 in *DictionaryLearning, SparseCoder and orthogonal_mp_gram (#22002) 2021-12-30 12:16:41 +01:00
Ohad Michel 9aff4def98
DOC Add airspeed benchmarks page link to the contributing docs (#22075) 2021-12-28 09:24:30 -05:00
Thomas J. Fan c72ace8cd6
DOC Move SVM parameter validation back to log 1.1 (#22072) 2021-12-25 12:21:31 +01:00
Guillaume Lemaitre 78a941aa73
DOC move fixes from 1.1 to 1.0.2 (#22070) 2021-12-24 17:48:51 +01: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
Thomas J. Fan 6db0e2cd5f
FIX Improves feature names support for SelectFromModel + Est w/o names (#21991)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-12-24 14:16:25 +01:00
Tom Dupré la Tour 304a14783f
FIX Isomap with precomputed distances and disconnected graph (#21915)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-12-23 16:20:13 -05:00
Guillaume Lemaitre 5bb18166d4
FIX Corrects negative gradient of AdaBoost loss in GBDT (#22050)
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-12-23 10:36:18 -05:00
siavrez 319e91c458
DOC Update cross_validation.rst (#22067) 2021-12-23 09:35:46 -05:00
siavrez d5a0d19f3c
DOC Update cross_validation.rst (#22066) 2021-12-23 09:21:10 -05:00
Guillaume Lemaitre 3e460e8b7e
FIX correctly initialize precisions_cholesky_ in GaussianMixture (#22058) 2021-12-22 20:10:22 +01:00
Rileran 0882bd3cf7
ENH Add a retry mechanism in fetch_openml (#21901)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-12-22 14:03:15 -05:00
Loïc Estève eac2fda184
DOC Improve Windows advanced install instructions (#22056) 2021-12-22 16:48:15 +01:00
Thomas J. Fan 532e1bc608
FIX Fixes OneVsRestClassifier predict_proba for constant int targets (#21871) 2021-12-22 00:08:48 +01:00
Juan Martin Loyola efdc92d0b6
[MRG] Expose `n_iter_` to BaseLibSVM (#21408)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2021-12-21 18:48:46 +01:00
Juan Carlos Alfaro Jiménez 7de08f5ced
ENH add a parameter force_finite to r_regression and f_regression (#17819)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-12-20 08:40:09 +01:00
Christian Lorentzen ec3bb7f4b3
DOC fix linear programming derivation comment in QuantileRegressor (#21952) 2021-12-17 15:55:28 +01:00
Mandy Gu 379919dc59
ENH Add optional parameter to return raw data for diabetes dataset (#16605)
Co-authored-by: happilyeverafter95 <mgu@wealthsimple.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-12-17 11:33:18 +01:00
Benjamin Bossan a3e0d4d79f
ENH make CalibratedClassifierCV accept on fit_params (#18170)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: BenjaminBossan <b.bossan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-12-17 10:35:50 +01:00
Thomas J. Fan e44d3cd762
MAINT Adjust issue template labels for new issues (#21951) 2021-12-15 14:41:25 +01:00
Venkatachalam N 9cc494d424
ENH support sparse data input for QuantileRegressor (#21086)
only for highs* solvers
2021-12-15 13:43:59 +01:00
MrinalTyagi 7774697ea5
FIX GridSearchCV and HalvingGridSearchCV remove validation from __init__ and set_params (#21880)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-12-15 11:34:22 +01:00
Hannah Bohle 4b5ea125ed
FIX Remove validation in FeatureHasher's __init__ (#21573)
Co-authored-by: Maren Westermann <maren.westermann@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-12-14 18:51:22 +01:00
Andrew Knyazev 08e7b7c4ec
FIX: spectral_embedding.py initial eigenvector approximations for LOBPCG and AMG solvers should be randn not rand (#21565) 2021-12-14 17:01:41 +01:00
Julien Jerphanion 39782b71b0
DOC Add Juan Martín Loyola to the Triage Team (#21966) 2021-12-13 10:23:27 -08:00
Arisa 0110921352
FIX Removes validation in __init__ for Pipeline (#21888)
Co-authored-by: arisayosh <15692997+arisayosh@users.noreply.github.com>
Co-authored-by: iofall <50991099+iofall@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-12-10 14:08:39 -05:00
Guillaume Lemaitre 63a1a31a17
FIX TfidfVectorizer should not assign in __init__ (#21832) 2021-12-09 15:37:15 -05:00
Thomas J. Fan 77fbdd1c46
FIX Fixes plot_tree from going out of bounds (#21917) 2021-12-08 14:04:06 +01:00
Thomas J. Fan 5298509e95
DOC Fixes sphinx error and combines dataset module in whats new (#21900) 2021-12-06 12:07:06 -05:00
Chitteti Srinath Reddy 5acebb00f6
DOC added links for twitter commits, youtube, instagram and facebook (#21893) 2021-12-06 17:09:21 +01:00
siavrez b1202af3b3
FIX Make fetch_openml atomically cache the download (#21833)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-12-04 16:53:11 -05:00
Thomas J. Fan f9b98c8d80
FIX Fixes joblib memmap error for KDTree and BallTree (#21845)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-12-02 21:12:13 +01:00
Thomas J. Fan 06ce32bbb8
CI Simplier wheel building config [cd build gh] (#21849) 2021-12-02 10:26:34 +01:00
Arturo Amor 3e0f49b623
MNT Add validation for parameter `alphas` in `RidgeCV` (#21606)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-12-01 18:56:21 +01:00
Christian Ritter 08af5278f5
[MRG] SimpleImputer skipped feature warning with feature names (#21617)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-12-01 16:04:08 +01:00
Arturo Amor cacc034bba
MNT Add validation of scalar parameters in Ridge (#21341)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-12-01 12:05:18 +01:00
Aurélien Geron d23d589587
ENH Add get_feature_names_out to FunctionTransformer (#21569) 2021-11-30 13:31:17 -05:00
Brian Sun 4d68797e27
ENH Updating defaults for RandomForestRegressor and Classifier (#20803)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-11-30 00:29:46 +01:00
Thomas J. Fan 071f98f0a7
FIX Remove warnings when fitting a dataframe (#21578)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-11-29 17:55:37 +01:00
Thomas J. Fan 299364c5c8
ENH Adds arrow on top level estimator in html repr (#21298) 2021-11-29 17:08:22 +01:00
Vikrant khedkar b1a5d3c40c
DOC Added Linkedin to social media section (#21793)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-11-27 14:10:24 +01:00
Haya a8bd6d21c5
FIX validate parameter in 'fit' for 'FactorAnalysis' (#21713) 2021-11-26 14:00:45 -05:00
Aurélien Geron bacc91cf1d
MNT Make algorithm='auto' default to using 'full' instead of 'elkan' (#21735)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-11-25 19:16:21 +01:00