scikit-learn/sklearn/cluster
Guillaume Lemaitre 0d701e8fef
MAINT use .toarray instead of .A that is deprecated (#27367)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-09-14 13:08:35 +02:00
..
_hdbscan MAINT use .toarray instead of .A that is deprecated (#27367) 2023-09-14 13:08:35 +02:00
tests FIX Bisecting kmeans when data has 1 feature (#27243) 2023-09-01 10:57:38 +02:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_affinity_propagation.py MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00
_agglomerative.py MAINT Remove soon-to-be deprecated scipy.sparse functions (#26751) 2023-07-12 18:34:01 +02:00
_bicluster.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_birch.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_bisect_k_means.py FIX Bisecting kmeans when data has 1 feature (#27243) 2023-09-01 10:57:38 +02:00
_dbscan.py MAINT Param validation for dbscan (#27234) 2023-09-01 15:24:50 +02:00
_dbscan_inner.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_feature_agglomeration.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_hierarchical_fast.pxd FEAT Add `HDBSCAN` as a new estimator in `sklearn.cluster` (#26385) 2023-05-31 16:02:28 +02:00
_hierarchical_fast.pyx FIX: cython 3.0 is stricter about checking except / noexcept status (#26522) 2023-06-06 16:03:27 +02:00
_k_means_common.pxd MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_k_means_common.pyx DOC Remove outdated comments regarding memoryviews (#27169) 2023-08-26 19:16:50 +02:00
_k_means_elkan.pyx Fix low level crash in BisectingKMeans.predict on rescaled data (#27167) 2023-08-28 14:54:18 +05:00
_k_means_lloyd.pyx Fix low level crash in BisectingKMeans.predict on rescaled data (#27167) 2023-08-28 14:54:18 +05:00
_k_means_minibatch.pyx DOC Remove outdated comments regarding memoryviews (#27169) 2023-08-26 19:16:50 +02:00
_kmeans.py DOC link to example explaining `init` usage in KMeans (#26981) 2023-08-12 12:22:20 +02:00
_mean_shift.py MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00
_optics.py DOC Add link to plot_optics.py (#26970) 2023-08-15 15:36:46 +00:00
_spectral.py DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00