rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.26k stars 535 forks source link

[FEA] Expose additional distance metrics to hdbscan #5301

Open benfred opened 1 year ago

benfred commented 1 year ago

With the changes in https://github.com/rapidsai/cuml/pull/5293 - we can have hdbscan use all of the distance metrics we support in the raft pairwise distance api, instead of just the euclidean distance it is using right now.

We should expose the remaining distances to the public api for hdbscan, so that users can choose which metric they use

beckernick commented 1 year ago

Possibly relevant? https://github.com/rapidsai/cuml/issues/4938