scikit-learn/sklearn/cluster
Christos Aridas 2b503bdc08
CLN Remove self-assignments from tests (#17776)
2020-06-29 15:22:21 -04:00
..
tests CLN Remove self-assignments from tests (#17776) 2020-06-29 15:22:21 -04:00
__init__.py Fix imports in pip3 ubuntu by suffixing affected files (#15891) 2019-12-18 10:09:48 +08:00
_affinity_propagation.py DOC Fix documentation of default values in cluster module (#17455) 2020-06-07 10:07:47 -04:00
_agglomerative.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_bicluster.py DOC Fix documentation of default values in cluster module (#17455) 2020-06-07 10:07:47 -04:00
_birch.py DOC Fix documentation of default values in base, birch (#16195) 2020-05-10 12:14:18 -04:00
_dbscan.py DOC Specify the meaning of default=None in cluster module (#17533) 2020-06-09 14:51:13 +02:00
_dbscan_inner.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_feature_agglomeration.py DOC Fix documentation of default values in cluster module (#17455) 2020-06-07 10:07:47 -04:00
_hierarchical_fast.pyx [MRG] Fast, low memory, single linkage implementation (#11514) 2019-11-21 22:55:57 -05:00
_k_means_elkan.pyx ENH Move threadpoolctl outside of iteration loop in KMeans (#17235) 2020-05-16 19:25:55 -04:00
_k_means_fast.pxd [MRG] new K-means implementation for improved performances (#11950) 2020-02-20 13:39:16 +01:00
_k_means_fast.pyx [MRG] new K-means implementation for improved performances (#11950) 2020-02-20 13:39:16 +01:00
_k_means_lloyd.pyx ENH Move threadpoolctl outside of iteration loop in KMeans (#17235) 2020-05-16 19:25:55 -04:00
_kmeans.py FIX correct typo in Kmeans comment (#17591) 2020-06-15 10:20:44 +02:00
_mean_shift.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_optics.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_spectral.py Add explanation for n_jobs docs (#15613) 2020-06-18 08:47:38 +02:00
setup.py [MRG] new K-means implementation for improved performances (#11950) 2020-02-20 13:39:16 +01:00