rapidsai / cuml

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

cuml.neighbors.NearestNeighbors could not use metric of precomputed #4409

Open sjn3303123 opened 2 years ago

sjn3303123 commented 2 years ago

I'm trying to use cuML to find the nearest neighbors using cuml.neighbors.NearestNeighbors. But I found it is unable to use the metric of "precomputed". The reason I need to use the metric of "precomputed" is that the distance is the distance between two points on the earth.

I found that it is able to use the metric of "precomputed" in cuml.DBSCAN. I hope it will also be able to use the metric of "precomputed" in cuml.neighbors.NearestNeighbors.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.