File size: 1,938 Bytes
6cf9dac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "task": "scaffold_aware",
  "task_label": "Scaffold-aware",
  "repeat": 3,
  "outer_seed": 123458,
  "device": "cuda",
  "comparison": "Same FPNN trunk; learned 64-dimensional lab embedding versus fixed 23-dimensional one-hot lab vector.",
  "fingerprint": {
    "radius": 2,
    "n_bits": 2048,
    "use_chirality": true
  },
  "group_column": "scaffold_component_group",
  "n_test_rows": 755,
  "n_test_groups": 72,
  "model_config": {
    "hidden_dims": [
      768,
      384,
      192,
      96
    ],
    "dropout": 0.15,
    "use_batch_norm": true,
    "num_labs": null,
    "lab_embed_dim": 64,
    "input_dropout": 0.1,
    "input_dim": 2071
  },
  "training_config": {
    "epochs": 600,
    "lr": 0.0015,
    "weight_decay": 1e-05,
    "patience": 60,
    "warmup_epochs": 15,
    "batch_size": 128,
    "gradient_clip": 1.0
  },
  "fold_metrics": [
    {
      "fold": 0,
      "r2": 0.8771953582763672,
      "mae": 0.9342581629753113,
      "best_epoch": 102
    },
    {
      "fold": 1,
      "r2": 0.8777629137039185,
      "mae": 0.6437342166900635,
      "best_epoch": 33
    },
    {
      "fold": 2,
      "r2": 0.8765499591827393,
      "mae": 0.9735312461853027,
      "best_epoch": 41
    },
    {
      "fold": 3,
      "r2": 0.8751281499862671,
      "mae": 0.8772720694541931,
      "best_epoch": 74
    },
    {
      "fold": 4,
      "r2": 0.8376423120498657,
      "mae": 1.0799119472503662,
      "best_epoch": 10
    },
    {
      "fold": 5,
      "r2": 0.8865468502044678,
      "mae": 1.008406639099121,
      "best_epoch": 58
    }
  ],
  "training_seconds": 82.10380929999974,
  "learned_embedding": {
    "r2": 0.868730265884752,
    "mae": 0.8184743804734832,
    "rmse": 1.219084196496164
  },
  "one_hot": {
    "r2": 0.8727508187294006,
    "mae": 0.8221655488014221,
    "rmse": 1.2002698038696544
  }
}