Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,30 @@ tags:
|
|
11 |
pretty_name: MoleculeNet HIV
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pretty_name: MoleculeNet HIV
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
+
---
|
15 |
+
|
16 |
+
# MoleculeNet HIV
|
17 |
+
|
18 |
+
HIV 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 ability of molecules to inhibit HIV replication.
|
22 |
+
|
23 |
+
| **Characteristic** | **Description** |
|
24 |
+
|:------------------:|:---------------:|
|
25 |
+
| Tasks | 1 |
|
26 |
+
| Task type | classification |
|
27 |
+
| Total samples | 41127 |
|
28 |
+
| Recommended split | scaffold |
|
29 |
+
| Recommended metric | AUROC |
|
30 |
+
|
31 |
+
## References
|
32 |
+
<a id="1">[1]</a>
|
33 |
+
AIDS Antiviral Screen Data
|
34 |
+
https://wiki.nci.nih.gov/display/NCIDTPdata/AIDS+Antiviral+Screen+Data
|
35 |
+
|
36 |
+
<a id="2">[2]</a>
|
37 |
+
Wu, Zhenqin, et al.
|
38 |
+
"MoleculeNet: a benchmark for molecular machine learning."
|
39 |
+
Chemical Science 9.2 (2018): 513-530
|
40 |
+
https://pubs.rsc.org/en/content/articlelanding/2018/sc/c7sc02664a
|