scikit-learn/examples/cluster
Thomas J. Fan 7cc0177f8e
MNT Replaces numpy alias with builtin typse (#17687)
* MNT Replaces numpy alias with builtin typse

* STY Lint error
2020-06-24 16:51:51 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adjusted_for_chance_measures.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_affinity_propagation.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_agglomerative_clustering.py FIX overlapping titles in plot example 2020-03-03 16:18:15 -08:00
plot_agglomerative_clustering_metrics.py COSMIT spelling 2015-01-15 15:09:35 -05:00
plot_agglomerative_dendrogram.py MRG add dendrogram example (#14526) 2019-08-11 13:36:22 +10:00
plot_birch_vs_minibatchkmeans.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_cluster_comparison.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_cluster_iris.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_coin_segmentation.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
plot_coin_ward_segmentation.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
plot_color_quantization.py DOC Update plot_color_quantization.py (#11750) 2018-08-06 18:22:20 +10:00
plot_dbscan.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_dict_face_patches.py MNT Fixes cross-reference and no reference issues in sphinx (#13000) 2019-02-28 19:17:38 +01:00
plot_digits_agglomeration.py EXA avoid use of matplotlib.cm.spectral which has been removed (#10764) 2018-03-07 16:49:45 +11:00
plot_digits_linkage.py EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
plot_face_compress.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
plot_feature_agglomeration_vs_univariate_selection.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_inductive_clustering.py DOC credit multiple authors of new example 2019-01-17 22:19:19 +11:00
plot_kmeans_assumptions.py [MRG + 1] 10 more examples fixed with matplotlib 2.0 updates (#9030) 2017-06-21 16:04:53 +02:00
plot_kmeans_digits.py EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
plot_kmeans_silhouette_analysis.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_kmeans_stability_low_dim_dense.py EXA avoid use of matplotlib.cm.spectral which has been removed (#10764) 2018-03-07 16:49:45 +11:00
plot_linkage_comparison.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_mean_shift.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_mini_batch_kmeans.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_optics.py DOC shorten links in examples/* modules (#17636) 2020-06-20 17:43:14 +02:00
plot_segmentation_toy.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
plot_ward_structured_vs_unstructured.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00

README.txt

.. _cluster_examples:

Clustering
----------

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