[FEA] Support for Dice coefficient as a metric in UMAP #5129
Labels
Cython / Python
Cython or Python issue
feature request
New feature or request
good first issue
Good for newcomers
I'd like to be able to use the Dice coefficient for UMAP like I can on the CPU. A small number of users choose the Dice metric based on this Github search.
But, as RAFT supports the Dice coefficient as a metric and cuML's DistanceType enum already supports DiceExpanded, this may be as simple as adding it a supported metric in the UMAP metric mapping dictionary.
(Using the 23.02.00a230112 cuda11_py38_g69db20fd6_77 nightly conda package).
The text was updated successfully, but these errors were encountered: