Commit Graph

27707 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
Thomas J. Fan 42a34e81a2
CI Use conda-forge's openmp in osx to build wheels (#22109) 2022-01-03 16:48:36 +01:00
siavrez f87b5ae223
Update learning_curve.rst (#22086) 2022-01-03 10:00:36 +01:00
Andriy bc82e19512
Fix a default value in Perceptron documentation (#22116)
Fix a default value of the `random_state` parameter in Perceptron documentation according to its default value in the code.
2022-01-03 08:58:50 +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
genvalen 3262783043
DOC Update documentation of weight boosting estimators w/ranges (#22097) 2021-12-31 15:27:42 -05:00
Thomas J. Fan c010d9a5a7
MAINT Use push_back directly in dbscan_inner (#22077) 2021-12-31 11:52:13 +01:00
Adrin Jalali 1eb134e1c6
MNT move bunch to its own file (#22084) 2021-12-31 10:02:23 +01: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
Thomas J. Fan 5de723d2f9
CI Fixes wheel building (#22051) 2021-12-24 14:06:21 +01:00
AJ Druck 6447ec5964
DOC Ensures randomized_range_finder passes numpydoc validation (#22069) 2021-12-24 08:01:26 -05: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
mandjevant 51174b74d0
DOC svm add callable as accepted type for kernel parameter (#21675) 2021-12-23 08:49:46 -05:00
Maxwell 3766232448
ENH speed up test_unsupervised_model_fit (#22045)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-12-22 23:57:17 -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
Guillaume Lemaitre e5cc0b8071
CI temporary fix for setuptools and distutils in Windows (#22049) 2021-12-21 14:50:58 -05: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
Guillaume Lemaitre 826032f917
MAINT refactor ARFF parser (#22026) 2021-12-21 12:37:33 -05:00
Julien Jerphanion 1a7cdbf0c5
MAINT refactor heap routines into utils (#21987) 2021-12-21 13:37:11 +01:00
Sven Eschlbeck fa738433c6
DOC Correct wrong default value in check_scalar docstring (#22032) 2021-12-21 11:25:30 +01:00
Loïc Estève a9297f6a90
CI Revert temporary 60.0.0 setuptools work-around (#22036) 2021-12-21 10:04:11 +01:00
Guillaume Lemaitre 2fc9187879
CI temporary force setuptools to use distutils from stdlib (#22028) 2021-12-20 18:09:59 +01:00
mlant 913c866386
DOC Ensures that silhouette_samples passes numpydoc (#21851)
Co-authored-by: mlant <marie.lanternier@free.fr>
2021-12-20 10:02:52 -05: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
melemo2 cece90e57c
DOC Ensures that get_bin_seeds passes numpydoc validation (#22018)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-12-19 12:21:45 -05:00
melemo2 9189ff25f8
DOC Ensures that mean_shift passes numpydoc validation (#22019) 2021-12-19 09:12:42 -05:00
adijohar b84d677517
DOC Update plot_partial_dependence.py (#22013)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-12-17 22:49:04 +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
Sachin Yadav 787e4d2e5f
DOC Add interval notation for include_boundaries in documentation check_scalar (#21955) 2021-12-17 09:33:20 +01:00
Thomas J. Fan fb34236ce0
MNT Closes corrupted file correctly in test_fetch_openml_verify_checksum (#22005) 2021-12-17 09:05:03 +01:00
genvalen f21f1d7539
MNT Use check_scalar in AdaBoostRegressor (#21605)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-12-16 17:13:39 -05:00
Thomas J. Fan 6fdb9047d5
CI Auto labels blank issuse with Needs Triage (#21989) 2021-12-16 21:01:51 +01:00
siavrez 845b1fac9e
MAINT accelerate plot_partial_dependence.py (#21768) 2021-12-15 11:09:07 -05:00