Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,33 @@ tags:
|
|
11 |
pretty_name: MoleculeNet BACE
|
12 |
size_categories:
|
13 |
- 1K<n<10K
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pretty_name: MoleculeNet BACE
|
12 |
size_categories:
|
13 |
- 1K<n<10K
|
14 |
+
---
|
15 |
+
|
16 |
+
# MoleculeNet BACE
|
17 |
+
|
18 |
+
BACE dataset [[1]](#1), part of MoleculeNet [[2]](#2) benchmark. It is intended to be used through
|
19 |
+
[scikit-fingerprints](https://github.com/scikit-fingerprints/scikit-fingerprints) library.
|
20 |
+
|
21 |
+
The task is to predict binding results for a set of inhibitors of humanβ-secretase 1 (BACE-1).
|
22 |
+
|
23 |
+
| **Characteristic** | **Description** |
|
24 |
+
|:------------------:|:---------------:|
|
25 |
+
| Tasks | 1 |
|
26 |
+
| Task type | classification |
|
27 |
+
| Total samples | 1513 |
|
28 |
+
| Recommended split | scaffold |
|
29 |
+
| Recommended metric | AUROC |
|
30 |
+
|
31 |
+
## References
|
32 |
+
<a id="1">[1]</a>
|
33 |
+
Govindan Subramanian et al.
|
34 |
+
"Computational Modeling of β-Secretase 1 (BACE-1) Inhibitors Using
|
35 |
+
Ligand Based Approaches"
|
36 |
+
J. Chem. Inf. Model. 2016, 56, 10, 1936–1949
|
37 |
+
https://pubs.acs.org/doi/10.1021/acs.jcim.6b00290
|
38 |
+
|
39 |
+
<a id="2">[2]</a>
|
40 |
+
Wu, Zhenqin, et al.
|
41 |
+
"MoleculeNet: a benchmark for molecular machine learning."
|
42 |
+
Chemical Science 9.2 (2018): 513-530
|
43 |
+
https://pubs.rsc.org/en/content/articlelanding/2018/sc/c7sc02664a
|