scikit-learn/sklearn/cluster/tests
Loïc Estève cf56e95585
MAINT Remove left-over from KMeans n_init default deprecation (#27938)
2023-12-11 11:12:09 +00:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
common.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_affinity_propagation.py FIX improve warning message in `_ensure_sparse_format` (#27757) 2023-11-14 11:12:56 +01:00
test_bicluster.py TST Extend tests for `scipy.sparse.*array` in `sklearn/cluster/tests/test_bicluster.py` (#27093) 2023-08-18 13:13:09 +00:00
test_birch.py TST Extend tests for `scipy.sparse.*array` in `sklearn/cluster/tests/test_dbscan.py` + `test_birch.py` + `test_column_transformer.py` (#27097) 2023-08-23 18:22:08 +02:00
test_bisect_k_means.py FIX Bisecting kmeans when data has 1 feature (#27243) 2023-09-01 10:57:38 +02:00
test_dbscan.py FIX don't modify X in-place when precomputed in DBSCAN (#27651) 2023-12-01 13:41:40 +00:00
test_feature_agglomeration.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_hdbscan.py FIX raise error in HDBSCAN with precomputed X and request centers (#27898) 2023-12-06 08:59:24 -05:00
test_hierarchical.py MAINT remove affinity after deprecation cycle (#27828) 2023-11-30 22:45:10 +01:00
test_k_means.py MAINT Remove left-over from KMeans n_init default deprecation (#27938) 2023-12-11 11:12:09 +00:00
test_mean_shift.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
test_optics.py FIX bug in OPTICS that use the right indices when correcting clusters (#26459) 2023-12-04 12:31:23 +00:00
test_spectral.py TST Extend tests for `scipy.sparse.*array` in `sklearn/cluster/tests/test_spectral.py` (#27161) 2023-11-27 08:09:39 +00:00