scikit-learn/sklearn/cluster/tests
Christos Aridas 0bb45fd11a
FIX Fix the error message when using precomputed affinity in AgglomerativeClustering (#21974)
2021-12-15 12:24:09 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
common.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_affinity_propagation.py MNT use check_scalar to validate scalar in AffinityPropagation (#20723) 2021-08-31 12:38:41 +02:00
test_bicluster.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_birch.py MNT Use check_scalar in BIRCH and DBSCAN (#20816) 2021-10-09 23:13:52 -04:00
test_dbscan.py FIX Ignore distutils warning in [scipy-dev] + fix numpy 1.22 support in OneHotEncoder (#21517) 2021-11-04 12:17:50 +01:00
test_feature_agglomeration.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_hierarchical.py FIX Fix the error message when using precomputed affinity in AgglomerativeClustering (#21974) 2021-12-15 12:24:09 +01:00
test_k_means.py MNT Make algorithm='auto' default to using 'full' instead of 'elkan' (#21735) 2021-11-25 19:16:21 +01:00
test_mean_shift.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_optics.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_spectral.py FIX Fixed infinite loop in cluster._spectral.discretize (#21271) 2021-11-03 17:04:34 +01:00