Commit Graph

439 Commits

Author SHA1 Message Date
Tamara 5763e5adf6
DOC fix random_state in several example for reproducibility (#27153) 2023-09-07 11:40:34 +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
Rahil Parikh d90dd114ab
DOC clustering speed with connectivity matrices (#27020) 2023-08-25 16:34:30 +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
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
Dimitri Papadopoulos Orfanos 1ba0783f64
MAINT Fix typos found by codespell (#26852) 2023-07-18 10:20:40 +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
Dimitri Papadopoulos Orfanos 6ca4970ca2
MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` (#26467) 2023-05-31 17:26:00 +02: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
Haesun Park 6169cc9b38
DOC fix typo in KMeans's param. (#25649) 2023-02-20 16:05:53 +01:00
Gael Varoquaux 41a960c8fa
DOC more didactic example of bisecting kmeans (#25494)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2023-01-27 13:52:42 +01:00
Arturo Amor cbfb6aba29
DOC Rework k-means assumptions example (#24970)
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-12-05 11:39:24 +01:00
Guillaume Lemaitre 40748d1945
DOC fix link to images in KMeans tutorial (#24793)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Tim Head <betatim@gmail.com>
2022-11-16 17:15:02 +01:00
Jérémie du Boisberranger e70fb3f91b
DOC Fix plot face compressed example regarding memory usage (#24956) 2022-11-16 16:23:32 +01:00
Guillaume Lemaitre d77bdb3fcb
MAINT blackify plot_kmeans_assumptions (#24938) 2022-11-15 17:09:11 +01:00
SarahRemus 5f22e1df7d
DOC Fix FutureWarning in cluster/plot_kmeans_assumptions.html (#24928)
Co-authored-by: ge72mum <ge72mum@mytum.de>
2022-11-15 16:55:13 +01:00
SarahRemus 87460e95a7
DOC remove FutureWarning in plot_kmeans_silhouette_analysis (#24929)
Co-authored-by: ge72mum <ge72mum@mytum.de>
2022-11-15 15:19:20 +01:00
SarahRemus 7b806e16d3
DOC remove FutureWarning in plot_cluster_comparison (#24927)
Co-authored-by: ge72mum <ge72mum@mytum.de>
2022-11-15 15:12:25 +01:00
Shane bfcb5a400e
DOC Fix -- make OPTICS plots consistent (#24926) 2022-11-15 12:08:19 +01:00
Ti-Ion dbde1da195
DOC Fix FutureWarning in cluster/plot_dict_face_patches.html (#24910)
Co-authored-by: Tig <tionni>
2022-11-14 19:25:46 +01:00
GeorgiaMayDay 4c96d7c951
DOC remove FutureWarning in plot_colour_quantization example (#24893) 2022-11-12 10:34:49 +01:00
Aditya Anulekh 2718d9b313
DOC remove FutureWarning in cluster/plot_bisect_kmeans.py (#24891) 2022-11-12 10:30:17 +01:00
Arturo Amor 539cd6c37a
DOC Improve narrative of DBSCAN example narrative (#24874)
Co-authored-by: Tim Head <betatim@gmail.com>
2022-11-10 09:55:29 +01:00
Christine P. Chai 89bc67516f
DOC Moved legend of plot_adjusted_for_chance_measures (#24785)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Tim Head <betatim@gmail.com>
2022-11-04 21:32:28 +01:00
Guillaume Lemaitre 8c384dac09
DOC fix deprecation warning raised by KMeans and Matplotlib (#24692)
Co-authored-by: Tim Head <betatim@gmail.com>
2022-10-24 11:02:47 +02:00
x110 5af75b9de4
DOC use KBinsDiscretizer in lieu of KMeans in vector quantization example (#24374)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2022-10-17 13:25:50 +02:00
Rahil Parikh 935f7e6606
DOC make `plot_agglomerative_clustering_metrics.py` colorblind friendly (#24655) 2022-10-17 10:18:42 +02:00
Rahil Parikh 14684bbae3
DOC make `plot_mean_shift.py` more colourblind friendly (#24553) 2022-10-04 09:34:08 +02:00
Kraig df626e43ac
MAINT remove redundant items from iterable (#24554) 2022-09-30 14:34:07 -04:00
Guillaume Lemaitre d2c713bce6
MAINT modify import raccoon face for SciPy >= 1.10 (#24521) 2022-09-29 10:26:27 -04:00
francesco-tuveri 53acd0fe52
DOC Rework `plot_affinity_propagation.py` to make it colorblind friendly (#24335)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-09-13 15:11:36 +02:00
Tim Head dc45d031eb
DOC Rework `plot_kmeans_stability_low_dim_dense.py` to make it more colorblind friendly (#24323) 2022-09-02 15:25:13 +02:00
Christine P. Chai 3cd07606c6
DOC improved readability of instructions (#24311) 2022-09-01 12:04:58 -04:00
Arturo Amor 474289b6c8
DOC Rework plot_adjusted_for_chance_measures.py example (#23708)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-08-30 09:31:23 -04:00
Christine P. Chai 7ae0cb688a
DOC added description for DBSCAN (#24278) 2022-08-29 11:11:07 -04:00
Thomas J. Fan 9f30f00633
DOC Remove deprecated multichannel parameter in example (#24116) 2022-08-05 15:47:54 +02:00
Christine P. Chai 54fded51ab
DOC Replace "consequences" with "advantages" (#23850) 2022-07-06 18:26:49 -07:00
Meekail Zain a5d50cf3c7
MNT Deprecate `affinity` in `AgglomerativeClustering` (#23470)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-07-06 17:02:16 +02:00
Christian Ritter ca2b14b744
DOC Removes redundant time_ variable in plot_birch example (#23293)
Co-authored-by: chritter <christian.ritter@canada.ca>
2022-05-05 21:25:17 -04:00
krishna kumar 920ab2508f
DOC: use notebook-style for plot_ward_structured_vs_unstructured.py (#23228)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-05-01 11:41:18 +02:00
Darren Nguyen 03fdd0271e
DOC: Use notebook-style formatting on plot_segmentation_toy.py (#23140)
Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
2022-04-27 11:01:33 +02:00
michalkrawczyk 0822851f5c
FEA Bisecting K-Means (#20031)
Co-authored-by: Gael Varoquaux <gael.varoquaux@normalesup.org>
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-04-26 14:54:15 +02:00
Lucy Liu 1e965785fd
DOC Fix notebook style of plot_coin_ward_segmentation (#23164)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-04-21 22:08:25 +02:00
teunpe 6a4a6afbc4
DOC: Use notebook-style plot_dict_face_patches.py (#22929)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-04-08 14:55:13 +02:00
Thomas J. Fan d400723a21
FEA Add DecisionBoundaryDisplay (#16061)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-29 16:36:31 +02:00
Jordan Silke f9321be779
DOC convert examples/cluster/plot_mini_batch_kmeans.py to notebook style (#22900) 2022-03-19 15:04:32 +01:00
Thomas J. Fan c176beadf8
MAINT Import from public SciPy in pubilc namespace (#22875)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-03-17 11:59:23 +01:00
MarieS-WiMLDS 0fd4e4ff08
chore(notebook_example): improve examples/cluster/plot_feature_agglomeration_vs_univariate_selection.py #22406 (#22796)
Co-authored-by: Marie <marie.sacksick@cybelangel.com>
2022-03-12 18:40:37 +01:00