scikit-learn/sklearn/cluster
Guillaume Lemaitre 95339a677e [MRG] DEP remove pooling_func in AgglomerativeClustering (#13821) 2019-05-09 14:41:56 +02:00
..
tests disallow input as sparse matrix in affinity propagation function, Aff… (#13828) 2019-05-09 14:34:13 +02:00
__init__.py FEA OPTICS: add extract_xi method (#12077) 2019-04-28 00:11:04 +10:00
_dbscan_inner.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_feature_agglomeration.py [MRG] DEP remove pooling_func in AgglomerativeClustering (#13821) 2019-05-09 14:41:56 +02:00
_hierarchical.pyx MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
_k_means.pyx MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
_k_means_elkan.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
affinity_propagation_.py disallow input as sparse matrix in affinity propagation function, Aff… (#13828) 2019-05-09 14:34:13 +02:00
bicluster.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
birch.py MAINT Replace manual checks with `check_is_fitted` (#13013) 2019-05-07 14:54:56 +10:00
dbscan_.py DOC Clarify eps parameter importance in DBSCAN (#13563) 2019-04-04 01:11:14 +11:00
hierarchical.py [MRG] DEP remove pooling_func in AgglomerativeClustering (#13821) 2019-05-09 14:41:56 +02:00
k_means_.py DOC Fix more formatting inconsistencies (#13787) 2019-05-05 22:05:58 +08:00
mean_shift_.py DOC Fix more formatting inconsistencies (#13787) 2019-05-05 22:05:58 +08:00
optics_.py FIX Optics paper typo which resulted in undersized clusters (#13750) 2019-05-01 00:28:14 +10:00
setup.py [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
spectral.py DOC Fix more formatting inconsistencies (#13787) 2019-05-05 22:05:58 +08:00