scikit-learn/sklearn/cluster
Will Dean 0bdc754e5d
API Standardize `X` as `inverse_transform` input parameter (#28756)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-04-29 15:08:25 +00:00
..
_hdbscan FIX HDBSCAN allows all pairwise metrics when algorithm="brute"/"auto" (#28664) 2024-04-17 15:53:02 +00:00
tests API Standardize `X` as `inverse_transform` input parameter (#28756) 2024-04-29 15:08:25 +00:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_affinity_propagation.py MAINT: Adjust the codebase to the new `np.array`'s `copy` keyword meaning (#28323) 2024-02-01 20:18:19 -05:00
_agglomerative.py DOC Add links to AgglomerativeClustering examples in docs and the user guide (#28885) 2024-04-25 13:54:27 +02:00
_bicluster.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
_birch.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_bisect_k_means.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
_dbscan.py DOC Improve documentation of DBSCAN memory use (#28493) 2024-02-21 16:44:00 +01:00
_dbscan_inner.pyx MNT remove unnecessary cython.import_array (#28656) 2024-03-20 18:31:06 +00:00
_feature_agglomeration.py API Standardize `X` as `inverse_transform` input parameter (#28756) 2024-04-29 15:08:25 +00: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 Fix prevent infinite loop in KMeans (#28165) 2024-01-19 10:51:23 +05: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 MAINT Bump threadpoolctl min version for 1.5 (#28838) 2024-04-23 16:19:13 +00:00
_mean_shift.py DOC Add a docstring example for clustering functions (#27989) 2024-01-12 20:02:40 +01:00
_optics.py MAINT cleanup utils.__init__: move chunking tools into dedicated submodule (#28516) 2024-02-26 17:18:47 -05:00
_spectral.py MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
meson.build BLD Fix more build dependencies in meson build (#28821) 2024-04-15 10:34:40 +02:00