kevin moore
|
b85377908b
|
Fix typo - "principle" should be "principal". (#27742)
|
2023-11-08 09:37:47 +01:00 |
Isaac Virshup
|
2d9fa48aaf
|
ENH Allow fitting PCA on sparse X with arpack solvers (#18689)
Co-authored-by: Andrey Portnoy <aportnoy@fastmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
|
2023-11-07 10:42:50 +00:00 |
Tialo
|
beaf4bb4a3
|
DOC Notebook style for ClassifierChain example (#26956)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2023-11-02 17:48:14 +01:00 |
Guillaume Lemaitre
|
e718c763fd
|
DOC add an example regarding the multiclass strategies (#25228)
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
2023-10-30 11:34:40 +01:00 |
Aniket Patil
|
4b64e3fb64
|
EXA Fix typo in plot_cyclical_feature_engineering.py (#27638)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
|
2023-10-23 10:27:36 +02:00 |
Dimitri Papadopoulos Orfanos
|
ed82f78769
|
DOC http:// → https:// (#27581)
|
2023-10-13 17:26:15 +02:00 |
Christian Lorentzen
|
d7a114413d
|
DOC improve example on cyclic feature engineering (#27501)
|
2023-10-11 18:44:26 +00:00 |
Guillaume Lemaitre
|
3597f0bb5d
|
ENH accept class_of_interest in DecisionBoundaryDisplay to inspect multiclass classifiers (#27291)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
|
2023-10-11 10:29:57 +02:00 |
Guillaume Lemaitre
|
286f0c9d17
|
DOC fixes references issues given by sphinx (#27432)
|
2023-10-03 20:25:29 +02:00 |
Kushan Sharma
|
3aa1054263
|
DOC Add link to Early Stopping example in Gradient Boosting (#27025)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
|
2023-09-29 08:55:10 +02:00 |
Guillaume Lemaitre
|
cdcfcbeb57
|
DOC add narrative description and remove deprecation warning (#27440)
|
2023-09-28 12:52:08 +02:00 |
Eitan Hemed
|
e9b3d1c836
|
Minor correction to the FastICA 2D cloud point example (#27370)
|
2023-09-28 10:17:31 +02:00 |
Dimitri Papadopoulos Orfanos
|
0f43434e0c
|
DOC fix typos found by codespell (#27457)
|
2023-09-26 15:31:28 +02:00 |
Guillaume Lemaitre
|
ae2ccbf69a
|
MAINT fix FutureWarning raised by scikit-learn in examples (#27442)
|
2023-09-25 15:53:14 +02:00 |
Guillaume Lemaitre
|
8331fca667
|
DOC fix deprecation warning in plot_sgdocsvm_vs_ocsvm (#27449)
|
2023-09-25 14:34:41 +02:00 |
Guillaume Lemaitre
|
1550432965
|
DOC fix deprecation warning in plot_oneclass (#27452)
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
|
2023-09-25 14:25:51 +02:00 |
Guillaume Lemaitre
|
8ad8593ae1
|
DOC remove deprecation warnings plot_mahalanobis_distances example (#27444)
|
2023-09-25 14:25:21 +02:00 |
Guillaume Lemaitre
|
73f14ab9f9
|
DOC fixes pandas deprecation warning in plot_partial_dependence (#27450)
|
2023-09-25 11:43:04 +02:00 |
Guillaume Lemaitre
|
08b123f90c
|
DOC fix deprecation warning in plot_separating_hyperplane_unbalanced (#27453)
|
2023-09-25 10:42:38 +02:00 |
Guillaume Lemaitre
|
a3a16046e2
|
DOC simplify and remove warning in plot_outlier_detection_wine (#27443)
|
2023-09-25 10:32:14 +02:00 |
Guillaume Lemaitre
|
e31ba777bc
|
DOC fix deprecation warning in plot_lof_novelty_detection (#27451)
|
2023-09-25 10:12:10 +02:00 |
Mateusz Sokół
|
c4659db2da
|
MAINT: Cleanup expired ndarray methods (#27401)
|
2023-09-19 16:38:14 +02:00 |
Tialo
|
9faa522753
|
DOC Fixed some typos (#27410)
|
2023-09-19 12:35:02 +02:00 |
Adrin Jalali
|
3ccb9eb695
|
DOC fix unknown link error in plot_unveil_tree_structure.py (#27399)
|
2023-09-18 11:51:42 +02:00 |
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 |