-
Notifications
You must be signed in to change notification settings - Fork 530
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
[REVIEW] Changes to NearestNeighbors to call 2d random ball cover #4003
[REVIEW] Changes to NearestNeighbors to call 2d random ball cover #4003
Conversation
…ea-2108-random_ball_cover
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving ops-codeowner
file changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good in the cuML side, just left review as request changes for the change of raft pin back to branch-21.10
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
rerun tests |
1 similar comment
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #4003 +/- ##
================================================
- Coverage 86.06% 86.06% -0.01%
================================================
Files 231 231
Lines 18656 18691 +35
================================================
+ Hits 16057 16087 +30
- Misses 2599 2604 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This PR integrates the [random ball cover PoC](rapidsai/raft#213) into cuml's brute-force knn for executing the random ball cover algorithm for haversine distance. Authors: - Corey J. Nolet (https://github.com/cjnolet) - Dante Gama Dessavre (https://github.com/dantegd) - Paul Taylor (https://github.com/trxcllnt) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4003
This PR integrates the random ball cover PoC into cuml's brute-force knn for executing the random ball cover algorithm for haversine distance.