scikit-learn/sklearn/cluster
Thomas J. Fan 02fa8f1adb
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
2020-10-07 21:53:36 +11:00
..
tests ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
__init__.py Fix imports in pip3 ubuntu by suffixing affected files (#15891) 2019-12-18 10:09:48 +08:00
_affinity_propagation.py ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
_agglomerative.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
_bicluster.py MNT Use raise from in 19 modules (#17835) 2020-08-25 08:57:29 +02:00
_birch.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
_dbscan.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04: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 TST Common test preserve dtype (#18054) 2020-09-08 10:13:53 +02:00
_mean_shift.py FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02:00
_optics.py DOC Fix spelling in _optics.py docstring (#18463) 2020-09-26 08:52:37 +02:00
_spectral.py ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
setup.py [MRG] new K-means implementation for improved performances (#11950) 2020-02-20 13:39:16 +01:00