File size: 1,529 Bytes
694fc1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "name": "amazon-computers",
  "sources": [
    {
      "url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_computers.npz",
      "final_url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_computers.npz",
      "filename": "amazon_electronics_computers.npz",
      "bytes": 31921488,
      "sha256": "736ba1d9fd85eac2da83a5ad25c463f04b0031a6ca01563f90a7099d9e8ffb2c",
      "downloaded_at": "2026-07-23T02:14:48+00:00"
    }
  ],
  "conversion": {
    "script": "convert_npz.py",
    "label_column": "category",
    "notes": "shchur gnn-benchmark npz; CSR adjacency symmetrized. 767 binary w_* feature columns.",
    "parquet": true
  },
  "graphs": {
    "default": {
      "nodes": 13752,
      "edges": 245861,
      "label_column": "category",
      "classes": 10,
      "class_counts": {
        "4": 5158,
        "8": 2156,
        "1": 2142,
        "2": 1414,
        "7": 818,
        "3": 542,
        "6": 487,
        "0": 436,
        "5": 308,
        "9": 291
      },
      "isolated_nodes": 281,
      "feature_columns": 767
    }
  },
  "title": "Amazon Computers",
  "band": "medium",
  "label_type": "semantic",
  "task": "Product category classification (co-purchase)",
  "license": "MIT (shchur/gnn-benchmark packaging)",
  "citation": "Shchur, Mumme, Bojchevski, G\u00fcnnemann. Pitfalls of Graph Neural Network Evaluation. R2L @ NeurIPS 2018.",
  "links": [
    "https://github.com/shchur/gnn-benchmark"
  ]
}