Skip to content
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

Conversation

ahendriksen
Copy link
Contributor

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.

@ahendriksen ahendriksen requested review from a team as code owners July 7, 2022 12:58
@github-actions github-actions bot added CUDA/C++ Cython / Python Cython or Python issue labels Jul 7, 2022
@ahendriksen ahendriksen added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed Cython / Python Cython or Python issue CUDA/C++ labels Jul 7, 2022
@ahendriksen
Copy link
Contributor Author

This PR is follow up to #4803.

@ahendriksen ahendriksen force-pushed the fix-3414-remove-naive-versions-dbscan-algorithms branch from 7dab7e2 to badcb20 Compare July 7, 2022 13:15
@github-actions github-actions bot added CUDA/C++ Cython / Python Cython or Python issue labels Jul 7, 2022
@ahendriksen ahendriksen added the 0 - Blocked Cannot progress due to external reasons label Jul 8, 2022
@caryr35 caryr35 added this to PR-WIP in v22.08 Release via automation Jul 11, 2022
@caryr35 caryr35 moved this from PR-WIP to PR-Needs review in v22.08 Release Jul 11, 2022
@ahendriksen ahendriksen force-pushed the fix-3414-remove-naive-versions-dbscan-algorithms branch from badcb20 to 823474f Compare July 25, 2022 10:35
@github-actions github-actions bot removed the Cython / Python Cython or Python issue label Jul 25, 2022
@ahendriksen ahendriksen added 3 - Ready for Review Ready for review by team and removed 0 - Blocked Cannot progress due to external reasons labels Jul 25, 2022
@ahendriksen ahendriksen force-pushed the fix-3414-remove-naive-versions-dbscan-algorithms branch from 823474f to 41405d5 Compare July 25, 2022 13:17
@codecov-commenter
Copy link

Codecov Report

Merging #4804 (41405d5) into branch-22.08 (2fad4c0) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           branch-22.08    #4804   +/-   ##
=============================================
  Coverage         77.62%   77.62%           
=============================================
  Files               180      180           
  Lines             11384    11384           
=============================================
  Hits               8837     8837           
  Misses             2547     2547           
Flag Coverage Δ
dask 45.52% <ø> (ø)
non-dask 67.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fad4c0...41405d5. Read the comment docs.

@ahendriksen ahendriksen added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Jul 26, 2022
v22.08 Release automation moved this from PR-Needs review to PR-Reviewer approved Jul 26, 2022
@cjnolet
Copy link
Member

cjnolet commented Jul 26, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 2ea114a into rapidsai:branch-22.08 Jul 26, 2022
v22.08 Release automation moved this from PR-Reviewer approved to Done Jul 26, 2022
jakirkham pushed a commit to jakirkham/cuml that referenced this pull request Feb 27, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge CUDA/C++ improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants