scikit-learn/sklearn/cluster/tests
Thomas J. Fan 02fa8f1adb
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143)
2020-10-07 21:53:36 +11:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
common.py MANIT: pep8ize to an extent cluster module 2015-01-11 13:22:28 +05:30
test_affinity_propagation.py ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
test_bicluster.py CI Check for unused imports when linting (#16678) 2020-03-12 12:56:35 +01:00
test_birch.py MNT Only reset on the first call to partial_fit in birch (#18014) 2020-08-21 08:51:19 -04:00
test_dbscan.py fix: Reduce warnings for k_means and discriminant_analysis (#17510) 2020-06-15 12:47:05 -04:00
test_feature_agglomeration.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_hierarchical.py Distances for agglomerativeclustering (#17984) 2020-07-26 15:24:29 +02:00
test_k_means.py TST More cleaning / refactoring in KMeans tests part 2 (#17973) 2020-08-03 14:09:00 +02:00
test_mean_shift.py FIX MeanShift when estimated bandwidth is 0 (#17742) 2020-07-10 12:32:34 +02:00
test_optics.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_spectral.py ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00