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

[FEA] Single-linkage agglomerative clustering #3518

Closed
JohnZed opened this issue Feb 18, 2021 · 1 comment · Fixed by #3545
Closed

[FEA] Single-linkage agglomerative clustering #3518

JohnZed opened this issue Feb 18, 2021 · 1 comment · Fixed by #3545
Assignees

Comments

@JohnZed
Copy link
Contributor

JohnZed commented Feb 18, 2021

No description provided.

@JohnZed
Copy link
Contributor Author

JohnZed commented Feb 25, 2021

Dupe of #3099

@JohnZed JohnZed closed this as completed Feb 25, 2021
rapids-bot bot pushed a commit that referenced this issue Mar 18, 2021
Closes #3518 

I've closed the original PR (#3308) which included both SLHC & HDBSCAN and opened this PR to only include the SLHC changes. 

This PR contains an implementation of SLHC which is currently broken across RAFT & cuML. Once we move the dense pairwise distance primitive over to RAFT the entire SLHC algorithm can live in RAFT so it can be shared w/ cugraph, and will just be exposed through cuml.

If reviewing this PR, please also review the corresponding RAFT PR: rapidsai/raft#140

Authors:
  - Corey J. Nolet (@cjnolet)

Approvers:
  - Divye Gala (@divyegala)
  - Dante Gama Dessavre (@dantegd)
  - Mike Wendt (@mike-wendt)

URL: #3545
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants