HDBSCAN Ongoing Work #26801
Labels
cython
Moderate
Anything that requires some knowledge of conventions and best practices
module:cluster
New Feature
Introduction
This is a (hopefully) exhaustive list of ongoing/future work for HDBSCAN. These have all been discussed and are considered wanted, but some still require thorough investigation (especially heuristic evaluations).
Priority List
The higher priority items appear earlier in this list.
np.float32
data support forHDBSCAN
#26888float32
implementations forBallTree
andKDTree
#25914{KD, Ball}Tree
API to avoid writing custom dispatchernp.nan
in Cython implementation for sparse matricesHDBSCAN
#26889Boruvka
algorithm (removed in b7736ef)argkmin
in medoid calculationmst_from_*
functions in_linkage.pyx
_reachability.pyx
prange
, e.g. in_reachability.pyx
_reachability.pyx
(cf. CLN Cleanedcluster/_hdbscan/_reachability.pyx
#24701 (comment))np.inf
values whenmetric=='precomputed'
andX
is sparse.The text was updated successfully, but these errors were encountered: