-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] HDBSCAN precomputed metric AttributeError #4460
Comments
Verified this error is reproducible in the environment of the Rapids Getting Started Colab notebook at https://rapids.ai/start.html |
I'm getting this error too. I accidentally made a duplicate issue (though slightly different). |
As mentioned in #4475, the current documentation is indeed misleading as it was copied directly from the hdbscan library even though the only supported metric currently is |
This issue has been labeled |
This issue has been labeled |
Can I somehow make a euclidean space from a cosign space and feed it to hdbscan? |
Has there been any movement since 2022 on allowing precomputed distance matrices? Other issues mention precomputed distance matrices as well, so I'm wondering whether this a structural issue with CuML or whether there is some relatively simple contribution I could make to help solve the issue. |
Describe the bug
cuml.cluster.HDBSCAN does not appear to support precomputed distance matrix as the documentation suggests
Steps/Code to reproduce bug
Expected behavior
The model to fit using the precomputed distance matrix
Environment details (please complete the following information):
Databricks GPU Cluster
Databricks Runtime Version 10.1 (includes Apache Spark 3.2.0, Scala 2.12)
Public docker image: apfmcommunitysearch/rapids_databricks:latest
Custom Docker Container with base image databricksruntime/gpu-conda:cuda11
Docker Container contains conda environment from rapidsai/rapidsai-core:21.12-cuda11.0-base-ubuntu18.04-py3.8
The text was updated successfully, but these errors were encountered: