-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
LinkNeighborLoader
: Support edge_label_time
#5137
Conversation
LinkNeigbhborLoader
: Support edge_time
.LinkNeigbhborLoader
: Support edge_time
Codecov Report
@@ Coverage Diff @@
## master #5137 +/- ##
==========================================
+ Coverage 82.98% 83.04% +0.05%
==========================================
Files 333 333
Lines 18371 18403 +32
==========================================
+ Hits 15246 15282 +36
+ Misses 3125 3121 -4
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
LinkNeigbhborLoader
: Support edge_time
LinkNeighborLoader
: Support edge_time
FYI the linked issue is in a private repo |
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.
This is cool functionality; nice to see we can get it with so few changes. Left a few comments/questions. Mostly just nits, feel free to ignore.
Co-authored-by: Padarn Wilson <padarn.wilson@grabtaxi.com>
Co-authored-by: Padarn Wilson <padarn.wilson@grabtaxi.com>
…nto link_time_attr
LinkNeighborLoader
: Support edge_time
LinkNeighborLoader
: Support edge_label_time
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
for more information, see https://pre-commit.ci
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
for more information, see https://pre-commit.ci
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
for more information, see https://pre-commit.ci
…nto link_time_attr
With this PR users can pass an
edge_time
toLinkNeighborLoader
, and sampling will respect theedge_time
.