morgul10 commited on
Commit
fa337c8
1 Parent(s): 527cd32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -11,4 +11,32 @@ tags:
11
  pretty_name: MoleculeNet SIDER
12
  size_categories:
13
  - 1K<n<10K
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  pretty_name: MoleculeNet SIDER
12
  size_categories:
13
  - 1K<n<10K
14
+ ---
15
+
16
+ # MoleculeNet SIDER
17
+
18
+ Load and return the SIDER (Side Effect Resource) 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 adverse drug reactions (ADRs) as drug side effects to 27 system organ classes in MedDRA classification. All tasks are binary.
22
+
23
+ | **Characteristic** | **Description** |
24
+ |:------------------:|:------------------------:|
25
+ | Tasks | 12 |
26
+ | Task type | multitask classification |
27
+ | Total samples | 7831 |
28
+ | Recommended split | scaffold |
29
+ | Recommended metric | AUROC |
30
+
31
+ ## References
32
+ <a id="1">[1]</a>
33
+ Han Altae-Tran et al.
34
+ "Low Data Drug Discovery with One-Shot Learning"
35
+ ACS Cent. Sci. 2017, 3, 4, 283–293
36
+ https://pubs.acs.org/doi/10.1021/acscentsci.6b00367
37
+
38
+ <a id="2">[2]</a>
39
+ Wu, Zhenqin, et al.
40
+ "MoleculeNet: a benchmark for molecular machine learning."
41
+ Chemical Science 9.2 (2018): 513-530
42
+ https://pubs.rsc.org/en/content/articlelanding/2018/sc/c7sc02664a