scikit-learn/examples/cluster
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
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adjusted_for_chance_measures.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_affinity_propagation.py DOC Update notebook-style example plot_affinity_propagation (#22559) 2022-03-09 11:22:58 +01:00
plot_agglomerative_clustering.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_agglomerative_clustering_metrics.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_agglomerative_dendrogram.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_birch_vs_minibatchkmeans.py Increase speed plot_birch_vs_minibatchkmeans.py (#21703) 2021-11-19 09:45:30 +01:00
plot_cluster_comparison.py DOC Increase execution speed of plot_cluster_comparison.py (#21624) 2022-03-10 17:15:50 +01:00
plot_cluster_iris.py DOC: get rid of matplotlib DeprecationWarning in plot_cluster_iris.py (#22594) 2022-02-24 22:51:53 +01:00
plot_coin_segmentation.py MAINT Import from public SciPy in pubilc namespace (#22875) 2022-03-17 11:59:23 +01:00
plot_coin_ward_segmentation.py MAINT Import from public SciPy in pubilc namespace (#22875) 2022-03-17 11:59:23 +01:00
plot_color_quantization.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_dbscan.py DOC Update notebook-style example plot_dbscan (#22568) 2022-03-03 10:41:52 +01:00
plot_dict_face_patches.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_digits_agglomeration.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_digits_linkage.py MNT Accelerate_examples plot_digits_linkage.py (#21737) 2021-11-26 11:04:51 +01:00
plot_face_compress.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_feature_agglomeration_vs_univariate_selection.py chore(notebook_example): improve examples/cluster/plot_feature_agglomeration_vs_univariate_selection.py #22406 (#22796) 2022-03-12 18:40:37 +01:00
plot_inductive_clustering.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_kmeans_assumptions.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_kmeans_digits.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_kmeans_plusplus.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_kmeans_silhouette_analysis.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_kmeans_stability_low_dim_dense.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
plot_linkage_comparison.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_mean_shift.py DOC: use notebook-style for plot_mean_shift.py (#22713) 2022-03-09 12:01:36 +01:00
plot_mini_batch_kmeans.py DOC convert examples/cluster/plot_mini_batch_kmeans.py to notebook style (#22900) 2022-03-19 15:04:32 +01:00
plot_optics.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_segmentation_toy.py MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
plot_ward_structured_vs_unstructured.py fix matplotlib warning (#22631) 2022-03-02 10:24:02 +01:00

README.txt

.. _cluster_examples:

Clustering
----------

Examples concerning the :mod:`sklearn.cluster` module.