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] degree_centrality and betweenness_centrality with cugraph.dask #2605

Closed
mlahir1 opened this issue Aug 22, 2022 · 4 comments · Fixed by #2971
Closed

[FEA] degree_centrality and betweenness_centrality with cugraph.dask #2605

mlahir1 opened this issue Aug 22, 2022 · 4 comments · Fixed by #2971
Assignees
Labels
improvement Improvement / enhancement to an existing function

Comments

@mlahir1
Copy link

mlahir1 commented Aug 22, 2022

Implementing degree_centrality and betweenness_centrality for larger Graphs that needs to scaled onto more than 1 GPUs.
Please help us providing any workarounds to utilize these for larger graphs is possible.

@mlahir1 mlahir1 added the ? - Needs Triage Need team to review and classify label Aug 22, 2022
@mlahir1
Copy link
Author

mlahir1 commented Aug 22, 2022

degree_centrality is straight fwd, that should not be a problem. can achieve this with couple of groupby aggs.

@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function and removed ? - Needs Triage Need team to review and classify labels Sep 7, 2022
@github-actions
Copy link

github-actions bot commented Oct 7, 2022

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@ChuckHastings
Copy link
Collaborator

Betweenness Centrality is underway. I expect this will be included in version 23.02.

@jnke2016, we should explore whether we have sufficient capability in the python API to efficiently compute degree centrality. We could add a C API to compute degree centrality if the current capabilities and the dask calls that might be required are inefficient.

@ChuckHastings
Copy link
Collaborator

Vertex Betweenness Centrality will be implemented as part of 23.02.

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants