scikit-learn/sklearn/cluster
Prabakaran Kumaresshan 8a604f7f87 FIX parallelisation of kmeans clustering (#12955) 2019-01-17 10:42:17 +11:00
..
tests MAINT Use set litterals when possible (#12667) 2019-01-06 19:21:45 +08:00
__init__.py MNT import optics function in cluster.__init__ (#11567) 2018-07-17 10:24:38 +08:00
_dbscan_inner.pyx Partly revert #6799 to keep DBSCAN fast (#9118) 2017-06-15 10:45:24 +02:00
_feature_agglomeration.py MNT Use list and dict comprehension (#12668) 2019-01-08 09:32:34 +11:00
_hierarchical.pyx [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
_k_means.pyx MNT: Drop boilerplate fused type `typedef`s (#11501) 2018-07-16 09:26:32 +10:00
_k_means_elkan.pyx [MRG] FIX n_iter attribute for KMeans, algorithm=elkan (#11353) 2018-07-02 18:15:33 +10:00
affinity_propagation_.py DOC AffinityPropagation example added to its class's docstring (#11484) 2018-07-16 09:00:47 +08:00
bicluster.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
birch.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
dbscan_.py DOC Broken links to cluster.optics (#12981) 2019-01-14 23:24:52 +08:00
hierarchical.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
k_means_.py FIX parallelisation of kmeans clustering (#12955) 2019-01-17 10:42:17 +11:00
mean_shift_.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
optics_.py MNT (0.21) OPTiCS change the default `algorithm` to `auto` (#12529) 2018-11-06 20:19:30 +08:00
setup.py FIX (0.21) OPTICS processing order (#12357) 2018-10-14 08:57:53 +08:00
spectral.py Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00