-
Notifications
You must be signed in to change notification settings - Fork 540
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
Fix #3414: remove naive versions dbscan algorithms #4804
Fix #3414: remove naive versions dbscan algorithms #4804
Conversation
This PR is follow up to #4803. |
7dab7e2
to
badcb20
Compare
badcb20
to
823474f
Compare
This functionality has been moved to RAFT.
This fixes issue rapidsai#3414.
823474f
to
41405d5
Compare
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #4804 +/- ##
=============================================
Coverage 77.62% 77.62%
=============================================
Files 180 180
Lines 11384 11384
=============================================
Hits 8837 8837
Misses 2547 2547
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@gpucibot merge |
…4804) This PR removes the naive versions of the DBSCAN algorithms. They were not used anymore and were largely incorrect, as described in rapidsai#3414. This fixes issue rapidsai#3414. Authors: - Allard Hendriksen (https://github.com/ahendriksen) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#4804
This PR removes the naive versions of the DBSCAN algorithms. They were not used anymore and were largely incorrect, as described in #3414.
This fixes issue #3414.