File size: 1,362 Bytes
761cf31 2a1f52d 761cf31 | 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 | {
"tasks": [
"bbb_martins",
"herg",
"ames",
"cyp2d6_veith",
"solubility_aqsoldb",
"ld50_zhu"
],
"task_type": {
"bbb_martins": "classification",
"herg": "classification",
"ames": "classification",
"cyp2d6_veith": "classification",
"solubility_aqsoldb": "regression",
"ld50_zhu": "regression"
},
"task_metric": {
"bbb_martins": "roc-auc",
"herg": "roc-auc",
"ames": "roc-auc",
"cyp2d6_veith": "pr-auc",
"solubility_aqsoldb": "mae",
"ld50_zhu": "mae"
},
"atom_feat_dim": 44,
"bond_feat_dim": 7,
"hidden_dim": 128,
"num_layers": 4,
"dropout": 0.1,
"reg_stats": {
"solubility_aqsoldb": {
"mean": -2.5785109996795654,
"std": 2.251413106918335
},
"ld50_zhu": {
"mean": 2.472342014312744,
"std": 0.9271544218063354
}
},
"test_scores_gnn": {
"bbb_martins": 0.8467401500938088,
"herg": 0.7751104565537555,
"ames": 0.8243601793651727,
"cyp2d6_veith": 0.6720729280809565,
"solubility_aqsoldb": 0.9549857378005981,
"ld50_zhu": 0.6212259531021118
},
"test_scores_rf_baseline": {
"bbb_martins": 0.8721075672295185,
"herg": 0.7918998527245951,
"ames": 0.8147721709843545,
"cyp2d6_veith": 0.6326637088310753,
"solubility_aqsoldb": 1.4511354366034017,
"ld50_zhu": 0.6788205191015927
}
} |