Skip to content

Add or Update Similarity algorithms#2704

Merged
rapids-bot[bot] merged 147 commits intorapidsai:branch-22.12from
jnke2016:branch-22.10_fea-similarity-algorithms
Nov 21, 2022
Merged

Add or Update Similarity algorithms#2704
rapids-bot[bot] merged 147 commits intorapidsai:branch-22.12from
jnke2016:branch-22.10_fea-similarity-algorithms

Conversation

@jnke2016
Copy link
Contributor

@jnke2016 jnke2016 commented Sep 18, 2022

Extend the pylibcugraph similarity algorithms to python cugraph. MG implementations are now supported
closes #2690
closes #2540

@jnke2016
Copy link
Contributor Author

jnke2016 commented Sep 18, 2022

@ChuckHastings Can you take a look at this PR when you get a chance? I just want to make sure graph_functions and the similarity algorithms (so far I only implemented jaccard_coefficients) are written according to the discussion in your PR (the equivalent C++ one). This PR builds successfully but doesn't run as I get a Not Implemented error at the python layer. Once I no longer get a Not Implemented, I will update pylibcugraph jaccard to extract the first and second from cugraph_vertex_pairs_t* and will return the trio and not just the similarity results.

@BradReesWork BradReesWork added this to the 22.10 milestone Sep 29, 2022
@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Sep 29, 2022
@BradReesWork BradReesWork changed the base branch from branch-22.10 to branch-22.12 October 4, 2022 13:32
@BradReesWork BradReesWork modified the milestones: 22.10, 22.12 Oct 4, 2022
@jnke2016 jnke2016 requested a review from a team as a code owner November 19, 2022 05:08
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit f8746c9 into rapidsai:branch-22.12 Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add sorensen to cugraph python MNMG Jaccard - Define pylibcugraph API

6 participants