-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
NeighborSampler
: Sort local neighborhoods according to time
#5516
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5516 +/- ##
=======================================
Coverage 83.68% 83.68%
=======================================
Files 346 346
Lines 19002 19015 +13
=======================================
+ Hits 15901 15912 +11
- Misses 3101 3103 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
NeighborSampler
: Sort according to time
in local neighborhoodsNeighborSampler
: Sort local neighborhoods according to time
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.
Thanks!
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.
Mostly LGTM. Happy to chat more about how to modify the GraphStore
design to support CSC sorted by node time, but at the moment I think we can get around this by passing node_time
to csc()
. Lmkwyt!
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.
Thanks for adding this.
…team#5516) * update * update * update * update doc-string * changelog * update * update * update
No description provided.