scikit-learn/sklearn/cluster
Thomas J. Fan d4aad64b1e
MNT Update to black 22.3.0 to resolve click error (#22983)
* MNT Update to black 22.3.0 to resolve click error

* STY Update for new black version
2022-03-29 12:04:41 +02:00
..
tests MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_affinity_propagation.py MNT remove _pairwise attribute (#21594) 2022-02-09 16:58:01 +01:00
_agglomerative.py MNT Drops Python 3.7 in CI, wheel building, and docs (#22617) 2022-02-28 18:23:02 +01:00
_bicluster.py DOC Use :doi: and :arxiv: directives for references (#22603) 2022-03-02 15:15:44 +01:00
_birch.py DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
_dbscan.py MNT Remove utf-8 encoding declarations (#21260) 2022-03-14 17:59:36 +01:00
_dbscan_inner.pyx MAINT Use push_back directly in dbscan_inner (#22077) 2021-12-31 11:52:13 +01:00
_feature_agglomeration.py DOC Ensures that AgglomerativeClustering passes numpydoc validation (#20544) 2021-08-31 19:04:29 +02:00
_hierarchical_fast.pyx DOC use the arxiv directive in the docstrings (#21418) 2022-01-28 17:55:55 +01:00
_k_means_common.pxd MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_k_means_common.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_k_means_elkan.pyx add num_threads in kmeans init_bounds (#22773) 2022-03-14 15:15:35 +01:00
_k_means_lloyd.pyx FIX out of bounds error on X_indptr in kmeans (#21662) 2021-11-16 15:18:12 +01:00
_k_means_minibatch.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_kmeans.py add num_threads in kmeans init_bounds (#22773) 2022-03-14 15:15:35 +01:00
_mean_shift.py DOC Ensures that get_bin_seeds passes numpydoc validation (#22018) 2021-12-19 12:21:45 -05:00
_optics.py MNT Remove utf-8 encoding declarations (#21260) 2022-03-14 17:59:36 +01:00
_spectral.py MNT Remove utf-8 encoding declarations (#21260) 2022-03-14 17:59:36 +01:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00