.. image:: pyeco.png :height: 20 :alt: Economie :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-economiste .. image:: pystat.png :height: 20 :alt: Statistique :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-data-scientist .. _l-basic-clustering: Clustering ++++++++++ .. toctree:: :maxdepth: 2 ../notebooks/_gs2a_clustering (à venir) * score silhouette * clustering de variables catégorielles *Métriques* * `Indice de Rand `_ * `Silhouette (clustering) `_ * `The Impact of Random Models on Clustering Similarity `_ *Lectures* * `Convergence Properties of the KMeans Algorithm `_ * `A New Algorithm and Theory for Penalized Regression-based Clustering `_ : méthode de sélection de variables pour des méthodes non supervisés de clustering, voir aussi `Penalized Model-Based Clustering with Application to Variable Selection `_ * `K-means `_ * `Cartes de Kohonen `_ * `Clustering by Passing Messages Between Data Points `_ * `Map/Reduce Affinity Propagation Clustering Algorithm `_ * `Parallel Hierarchical Affinity Propagation with MapReduce `_ * `Cats & Co: Categorical Time Series Coclustering `_ * `Comparing Python Clustering Algorithms `_ * `Fast and Probably Good Seedings for k-Means `_ * `Clustering with Same-Cluster Queries `_ * `The K-Modes Algorithm for Clustering `_ * `Clustering of Categorical variables `_ * `Classification d'un ensemble de variables qualitatives `_ * `Yinyang K-Means: A Drop-In Replacement of the Classic K-Means with Consistent Speedup `_ * `Online Clustering with Experts `_ * `Kernel K-means and Spectral Clustering `_ * `Scalable Density-Based Clustering with Quality Guarantees using Random Projections `_ * `Clustering Via Decision Tree Construction `_ (implémentation en python `dimitrs/CLTree `_) * `Spectral Clustering Based on Local PCA `_ * `Brown clustering `_ * `Hierarchical Clustering via Spreading Metrics `_ * `Alternatives to the k-means algorithm that find better clusterings `_ *Lectures - Constraint KMeans* * `Same-size k-Means Variation `_ * `Constrained K-means Clustering with Background Knowledge `_ (voir aussi `cop_kmeans.py `_) *Modules* * `scikit-learn `_ * `hdbscan `_ * `pyclustering `_ * `pycluster `_ * `PQk-means `_