Commit Graph

3724 Commits

Author SHA1 Message Date
Guillaume Lemaitre 0684a899f1
DOC add cross-reference to examples instead of duplicating content for GPR (#20003)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2023-09-12 11:03:35 +02:00
Arturo Amor 3f110690d0
DOC Rework outlier detection estimators example (#25878)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-11 18:26:17 +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
Elisabeth Günther a31e1085e1
DOC improve iris example (#26973)
Co-authored-by: Elisabeth Günther <eguenther@MacBook-Pro-von-Elisabeth.local>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-07 16:05:31 +02:00
Tamara 51ca717db5
DOC fix random_state in example for reproducibility cont'd (#27238)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-07 12:01:54 +02:00
Tamara 5763e5adf6
DOC fix random_state in several example for reproducibility (#27153) 2023-09-07 11:40:34 +02:00
Mateusz Sokół cb15a82e64
MAINT: Remove np.in1d and np.trapz usages (#27140)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-09-06 17:06:31 +02:00
Vladimir Fokow 989d29946a
EXA fix typo in HDBSCAN example (#27158)
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
2023-08-30 13:30:16 +00:00
Adam Li 4fcbbc01be
[DOC] Improve tree documentation (#26592) 2023-08-29 16:10:43 +05:00
Rahil Parikh d90dd114ab
DOC clustering speed with connectivity matrices (#27020) 2023-08-25 16:34:30 +02:00
Stefanie Senger 8ccaf0da1d
DOC Add links to preprocessing examples in docstrings and userguide (#26877)
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-08-24 15:15:41 +02:00
Stefanie Senger 4906ce586b
DOC Notebook style and enhanced descriptions in SVM kernels example (#26805) 2023-08-24 15:06:25 +02:00
David Brochart 6363d51228
DOC Fix typo in plot_classifier_comparison.py (#27149)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-08-24 12:28:56 +00:00
mrastgoo bd9b0f69c6
ENH fix x- and y-axis limits and ratio in ROC and PR displays (#26366)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2023-08-23 16:37:29 +02:00
Tamara 32f3c2444f
FIX Create a cosistent image via random_state additions in "plot_cluster_comparison.py" (#26976)
Co-authored-by: AnnaWey <annawey@mail.de>
2023-08-23 11:50:18 +02:00
Arturo Amor 1a9c0067b9
DOC Revisit SVM C scaling example (#25115)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-08-22 21:44:25 +02:00
Arturo Amor 06b3b0e891
DOC Rework permutation importance with multicollinearity example (#26221)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-08-22 21:43:58 +02:00
Tanjina Afroj dadabb5b78
DOC Add link to plot_optics.py (#26970)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-08-15 15:36:46 +00:00
Narendra Singh dangi 06a6b931f3
DOC Documents fixed to increase speed by removing for loop (#27066) 2023-08-15 14:33:35 +00:00
Guillaume Lemaitre 38a06e4be5
DOC improve the KNN classifier example (#26993)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2023-08-03 15:02:27 +02:00
Lucy Liu 21e63eeaa0
MAINT Remove flake8 mentions/ignore comments (#26988) 2023-08-02 09:02:42 -04:00
Tamara 7c6e1e9271
DOC Add random_state to all classifiers in plot_classifier_comparison.py (#26968)
Co-authored-by: AnnaWey <annawey@mail.de>
2023-08-02 14:22:46 +02:00
Tialo 405a5a0950
DOC Fixed typo, added missing comma in plot_forest_hist_grad_boosting_comparison example (#26954) 2023-07-31 14:10:01 +00:00
Adrin Jalali 36c5073601
MNT (SLEP6) remove other_params from provess_routing (#26909)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-27 17:43:45 +00:00
Lucy Liu 8f63882bb4
DOC Improve `plot_target_encoder_cross_val.py` example (#26677) 2023-07-27 09:52:03 -04:00
Meekail Zain 9e09e4d6f4
MNT Fixed linting error in `plot_select_from_model_diabetes.py` (#26915) 2023-07-27 13:42:46 +00:00
Rahil Parikh b6dd04e7b5
DOC example on feature selection using negative `tol` values (#26205)
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2023-07-26 16:14:52 -04:00
Dimitri Papadopoulos Orfanos 1ba0783f64
MAINT Fix typos found by codespell (#26852) 2023-07-18 10:20:40 +02:00
Kushan Sharma 150ff34e85
[MRG] DOC add __sklearn_is_fitted__ example (#26618)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-07-17 14:17:45 +05:00
Adrin Jalali 4bcd6ea976
ENH implement metadata routing in Pipeline (#26789) 2023-07-13 19:31:11 +02:00
Stefanie Senger 6b367d54ef
DOC notebook style and improved description for plot ridge coeffs example (#26554)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-07-11 11:11:26 +02:00
Guillaume Lemaitre 5d145bf760
DOC fixes intersphinx warnings (#26779)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-10 20:25:35 +00:00
THARAK HEGDE d417fa83e3
DOC Fixed a typo error in plot_kernel_pca.py (#26788) 2023-07-06 16:13:21 -04:00
Stefanie Senger 3a4a1d5737
DOC use notebook style in AdaBoostClassifier example (#26486)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-07-06 14:17:43 +02:00
mathurinm 5b44065ede
DOC simplify plotting code in NMF LDA 20newsgroups example (#26727) 2023-06-30 11:28:17 +02:00
Jérémie du Boisberranger 5dd58112fe
DOC Release highlights for 1.3 (#26526)
Co-authored-by: adrinjalali <adrin.jalali@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-06-29 16:36:34 +02:00
Lucy Liu b948fdba24
DOC Improve target encoder User Guide (#26643) 2023-06-23 10:28:54 +02:00
Louis Fouquet 94c054d0c7
DOC Fix sphinx warnings in example (#26633) 2023-06-22 17:08:32 +02:00
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
JB Mountford 41b83755fa
DOC Update plot_digits_agglomeration.py (#26635) 2023-06-20 15:13:09 +00:00
Adrin Jalali 23a0dcbac9
MNT replace flake8 with ruff (#26630) 2023-06-20 14:34:23 +00:00
Guillaume Lemaitre 8cac52f9d1
FEA add ValidationCurveDisplay in model_selection module (#25120)
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-14 17:08:43 +00:00
Stefanie Senger 6f36a860ec
DOC use notebook style in Spectral Biclustering example (#26492)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-06-06 11:15:08 +00:00
Adrin Jalali 62671a704f
FEAT SLEP006: metadata routing infrastructure (#24027)
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Benjamin Bossan <BenjaminBossan@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
2023-06-02 16:43:31 -04:00
Arturo Amor 2415a1b11d
DOC Add example comparing random forest with hgbt models (#26320)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-06-01 12:22:45 +02:00
Dimitri Papadopoulos Orfanos 6ca4970ca2
MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` (#26467) 2023-05-31 17:26:00 +02:00
Dominik Prodinger a256e262ef
DOC Fix typos in F-test and mutual information comparison (#26468) 2023-05-31 14:11:12 +00:00
Meekail Zain 415b11a765
FEAT Add `HDBSCAN` as a new estimator in `sklearn.cluster` (#26385)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-05-31 16:02:28 +02:00
Dimitri Papadopoulos Orfanos 2fd022d972
MAINT Fix typos found by codespell (#26448) 2023-05-31 10:19:21 +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