Add AmazonComputers and AmazonPhoto graph datasets#249
Merged
CarloLucibello merged 4 commits intoJuliaML:masterfrom Mar 13, 2026
Merged
Add AmazonComputers and AmazonPhoto graph datasets#249CarloLucibello merged 4 commits intoJuliaML:masterfrom
CarloLucibello merged 4 commits intoJuliaML:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #249 +/- ##
==========================================
+ Coverage 45.94% 46.95% +1.01%
==========================================
Files 50 53 +3
Lines 2501 2626 +125
==========================================
+ Hits 1149 1233 +84
- Misses 1352 1393 +41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Hi! I'm Uneeb, a student interested in contributing to JuliaML for GSoC 2026. This is my first contribution to the project. I added support for the Amazon Co-purchase Network dataset. I’d really appreciate any feedback on this PR. I'm also interested in contributing more datasets or other improvements aligned with the GSoC project ideas. Please let me know if there are other priority tasks I could help with. Thanks! |
Member
|
Thanks for the contribution! |
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.
This PR adds support for the Amazon Co-purchase Network dataset.
Dataset includes:
Features:
Source:
https://github.com/shchur/gnn-benchmark
This dataset is commonly used for benchmarking Graph Neural Networks.
Related to #239