-
Notifications
You must be signed in to change notification settings - Fork 311
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
[REVIEW] node2vec Sampling Implementation #1875
[REVIEW] node2vec Sampling Implementation #1875
Conversation
Merge latest release 0.17
Merge latest branch-0.18
Update forked branch-0.18
Update forked branch-0.18 from release
Update branch-0.19 from release
update forked from release branch-0.19
Merge from release branch-0.19
Merge latest rapidsai:branch-0.19 into aschaffer:branch-0.19
Create forked branch-0.20
merge latest release branch-0.20
Merge latest rapidsai/branch-0.20 into forked branch-0.20
aschaffer/21.08 <- rapidsai/21.08
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #1875 +/- ##
===============================================
Coverage ? 70.13%
===============================================
Files ? 143
Lines ? 8812
Branches ? 0
===============================================
Hits ? 6180
Misses ? 2632
Partials ? 0 Continue to review full report at Codecov.
|
…red to non-cached.
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me except for few minor complaints.
rerun tests |
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
This tracks work on implementing Random Walks using
node2vec
sampling method.