-
Notifications
You must be signed in to change notification settings - Fork 304
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
Comments
degree_centrality is straight fwd, that should not be a problem. can achieve this with couple of groupby aggs. |
This issue has been labeled |
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. |
Vertex Betweenness Centrality will be implemented as part of 23.02. |
Implementing
degree_centrality
andbetweenness_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.
The text was updated successfully, but these errors were encountered: