File size: 928 Bytes
3de20f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model": "MeshGraph GCN",
  "parameters": 802,
  "nodes": 600,
  "edges": 1689,
  "best_epoch": 26,
  "best_validation_roc_auc": 0.9118788819875777,
  "gcn_threshold": 0.6789770509686359,
  "gcn_test": {
    "accuracy": 0.8166666666666667,
    "roc_auc": 0.8563664596273292,
    "average_precision": 0.6975512110914732,
    "precision": 0.59375,
    "recall": 0.6785714285714286,
    "f1": 0.6333333333333333,
    "confusion_matrix": [
      [
        79,
        13
      ],
      [
        9,
        19
      ]
    ]
  },
  "feature_only_logistic_test": {
    "accuracy": 0.7833333333333333,
    "roc_auc": 0.8361801242236025,
    "average_precision": 0.6273562320739494,
    "precision": 0.5277777777777778,
    "recall": 0.6785714285714286,
    "f1": 0.59375,
    "confusion_matrix": [
      [
        75,
        17
      ],
      [
        9,
        19
      ]
    ]
  }
}