-
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
Adds Cycle Motif Support #6256
Adds Cycle Motif Support #6256
Conversation
…_geometric into shenoy/cycle-motifs
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #6256 +/- ##
==========================================
- Coverage 86.42% 84.55% -1.87%
==========================================
Files 377 377
Lines 20974 20937 -37
==========================================
- Hits 18126 17704 -422
- Misses 2848 3233 +385
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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 mostly. Left some comments.
Part of #6255 (Builds on #6256) Adds support for `BA2MotifDataset` from the paper [Parameterized Explainer for Graph Neural Network](https://arxiv.org/abs/2011.04573). - [x] Add the dataset and update init - [x] Add tests - [x] Update changelog Co-authored-by: Nikhil Shenoy <shenoy@login02.sockeye.arc.ubc.ca> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
Support for cycle motif. Based on #6255
Doubt [Remove if cleared]
I have not added node classification labels (I guess these motifs don't have them)