Created notebook for running louvain algorithm on a Multi-GPU Property Graph#3130
Merged
rapids-bot[bot] merged 14 commits intorapidsai:branch-23.02from Jan 31, 2023
acostadon:mg_nb_1230
Merged
Created notebook for running louvain algorithm on a Multi-GPU Property Graph#3130rapids-bot[bot] merged 14 commits intorapidsai:branch-23.02from acostadon:mg_nb_1230
rapids-bot[bot] merged 14 commits intorapidsai:branch-23.02from
acostadon:mg_nb_1230
Conversation
adding examples to MG Property Graph notebook initial version
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Member
|
Header should include the update block |
rlratzel
previously requested changes
Jan 25, 2023
kingmesal
approved these changes
Jan 25, 2023
kingmesal
left a comment
There was a problem hiding this comment.
I agree w/ Rick's suggestions. Looks pretty solid overall.
Member
|
I would suggest that a better notebook would be to
Start by making a SG version, then move to MG |
BradReesWork
approved these changes
Jan 31, 2023
Codecov ReportBase: 55.28% // Head: 55.28% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #3130 +/- ##
=============================================
Coverage 55.28% 55.28%
=============================================
Files 148 148
Lines 9576 9576
=============================================
Hits 5294 5294
Misses 4282 4282 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Member
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves #2609
This notebook specifically creates a multi-GPU Property graph. Might need to create a single-GPU later but this shows
use of the Property Graph interface.
Also updated the mg_louvain notebook to function with change to Comms.