Spaces:
Running
Running
refs: add rule-based logP coordinate
Browse files- data/reference_crippen.json +21 -0
data/reference_crippen.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"method": "Crippen cLogP (rule-based, 1984)",
|
| 3 |
+
"method_en": "Crippen cLogP (rule-based, 1984)",
|
| 4 |
+
"note": "학습하지 않는 원자기여 규칙. 40년 된 방법이 시간 분할에서 어디까지 가는지 보는 좌표다.",
|
| 5 |
+
"note_en": "An atom-contribution rule that learns nothing. A coordinate for how far a 40-year-old method goes under a time split.",
|
| 6 |
+
"entries": [
|
| 7 |
+
{
|
| 8 |
+
"board": "LogP",
|
| 9 |
+
"n_test": 2707,
|
| 10 |
+
"mae": 1.4123869745105284,
|
| 11 |
+
"auroc": 0.7691944681129973,
|
| 12 |
+
"prauc": null,
|
| 13 |
+
"exact_hits": 0,
|
| 14 |
+
"exact_rate": 0.0,
|
| 15 |
+
"leak": "clean",
|
| 16 |
+
"baseline_best_mae": 1.2655529918122463,
|
| 17 |
+
"baseline_best_auroc": 0.732984040112735,
|
| 18 |
+
"noise_floor": 0.43815063632543505
|
| 19 |
+
}
|
| 20 |
+
]
|
| 21 |
+
}
|