NEExT / amazon-photo /metadata.json
anomalypoint's picture
Add files using upload-large-folder tool
694fc1f verified
Raw
History Blame Contribute Delete
1.4 kB
{
"name": "amazon-photo",
"sources": [
{
"url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_photo.npz",
"final_url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_photo.npz",
"filename": "amazon_electronics_photo.npz",
"bytes": 17113960,
"sha256": "bdb1feb8e6ff42ee44024b04479145029c563fd42fc31bff80af20887ba0439a",
"downloaded_at": "2026-07-23T02:14:49+00:00"
}
],
"conversion": {
"script": "convert_npz.py",
"label_column": "category",
"notes": "shchur gnn-benchmark npz; CSR adjacency symmetrized. 745 binary w_* feature columns.",
"parquet": true
},
"graphs": {
"default": {
"nodes": 7650,
"edges": 119081,
"label_column": "category",
"classes": 8,
"class_counts": {
"6": 1941,
"1": 1686,
"3": 915,
"4": 882,
"5": 823,
"2": 703,
"0": 369,
"7": 331
},
"isolated_nodes": 115,
"feature_columns": 745
}
},
"title": "Amazon Photo",
"band": "medium",
"label_type": "semantic",
"task": "Product category classification (co-purchase)",
"license": "MIT (shchur packaging)",
"citation": "Shchur et al. Pitfalls of GNN Evaluation. 2018.",
"links": [
"https://github.com/shchur/gnn-benchmark"
]
}