Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,34 @@ tags:
|
|
11 |
pretty_name: MoleculeNet MUV
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pretty_name: MoleculeNet MUV
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
+
---
|
15 |
+
|
16 |
+
# MoleculeNet MUV
|
17 |
+
|
18 |
+
Load and return the MUV (Maximum Unbiased Validation) 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 17 targets designed for validation of virtual screening techniques, based on PubChem BioAssays. All tasks are binary.
|
22 |
+
|
23 |
+
Note that targets have missing values. Algorithms should be evaluated only on present labels. For training data, you may want to impute them, e.g. with zeros.
|
24 |
+
|
25 |
+
| **Characteristic** | **Description** |
|
26 |
+
|:------------------:|:------------------------:|
|
27 |
+
| Tasks | 17 |
|
28 |
+
| Task type | multitask classification |
|
29 |
+
| Total samples | 93087 |
|
30 |
+
| Recommended split | scaffold |
|
31 |
+
| Recommended metric | AUPRC, AUROC |
|
32 |
+
|
33 |
+
## References
|
34 |
+
<a id="1">[1]</a>
|
35 |
+
Ramsundar, Bharath, et al.
|
36 |
+
"Massively multitask networks for drug discovery"
|
37 |
+
arXiv:1502.02072 (2015)
|
38 |
+
https://arxiv.org/abs/1502.02072
|
39 |
+
|
40 |
+
<a id="2">[2]</a>
|
41 |
+
Wu, Zhenqin, et al.
|
42 |
+
"MoleculeNet: a benchmark for molecular machine learning."
|
43 |
+
Chemical Science 9.2 (2018): 513-530
|
44 |
+
https://pubs.rsc.org/en/content/articlelanding/2018/sc/c7sc02664a
|