israel commited on
Commit
f06e131
1 Parent(s): b87f98c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -49
README.md CHANGED
@@ -4,7 +4,60 @@ tags:
4
  - biology
5
  - chemistry
6
  configs:
7
- - config_name: bace
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  data_files:
9
  - split: train
10
  path: bace/train.csv
@@ -83,51 +136,4 @@ configs:
83
  - split: test
84
  path: tox21/test.csv
85
  - split: val
86
- path: tox21/valid.csv
87
- - config_name: bace_new
88
- data_files:
89
- - split: test
90
- path: data2/bace/test.csv
91
- - split: val
92
- path: data2/bace/valid.csv
93
- - config_name: bbbp_new
94
- data_files:
95
- - split: test
96
- path: data2/bbbp/test.csv
97
- - split: val
98
- path: data2/bbbp/valid.csv
99
- - config_name: clintox_new
100
- data_files:
101
- - split: test
102
- path: data2/clintox/test.csv
103
- - split: val
104
- path: data2/clintox/valid.csv
105
- - config_name: hiv_new
106
- data_files:
107
- - split: test
108
- path: data2/hiv/test.csv
109
- - split: val
110
- path: data2/hiv/valid.csv
111
- - config_name: sider_new
112
- data_files:
113
- - split: test
114
- path: data2/sider/test.csv
115
- - split: val
116
- path: data2/sider/valid.csv
117
- - config_name: tox21_new
118
- data_files:
119
- - split: test
120
- path: data2/tox21/test.csv
121
- - split: val
122
- path: data2/tox21/valid.csv
123
- ---
124
-
125
- # MoleculeNet Benchmark ([website](https://moleculenet.org/))
126
-
127
- MoleculeNet is a benchmark specially designed for testing machine learning methods of molecular properties. As we aim to facilitate the development of molecular machine learning method, this work curates a number of dataset collections, creates a suite of software that implements many known featurizations and previously proposed algorithms. All methods and datasets are integrated as parts of the open source DeepChem package(MIT license).
128
-
129
- MoleculeNet is built upon multiple public databases. The full collection currently includes over 700,000 compounds tested on a range of different properties. We test the performances of various machine learning models with different featurizations on the datasets(detailed descriptions here), with all results reported in AUC-ROC, AUC-PRC, RMSE and MAE scores.
130
-
131
- For users, please cite:
132
- Zhenqin Wu, Bharath Ramsundar, Evan N. Feinberg, Joseph Gomes, Caleb Geniesse, Aneesh S. Pappu, Karl Leswing, Vijay Pande, MoleculeNet: A Benchmark for Molecular Machine Learning, arXiv preprint, arXiv: 1703.00564, 2017.
133
-
 
4
  - biology
5
  - chemistry
6
  configs:
7
+ - config_name: bace_new
8
+ data_files:
9
+ - split: test
10
+ path: data2/bace/test.csv
11
+ - split: val
12
+ path: data2/bace/valid.csv
13
+ - config_name: bbbp_new
14
+ data_files:
15
+ - split: test
16
+ path: data2/bbbp/test.csv
17
+ - split: val
18
+ path: data2/bbbp/valid.csv
19
+ - config_name: clintox_new
20
+ data_files:
21
+ - split: test
22
+ path: data2/clintox/test.csv
23
+ - split: val
24
+ path: data2/clintox/valid.csv
25
+ - config_name: hiv_new
26
+ data_files:
27
+ - split: test
28
+ path: data2/hiv/test.csv
29
+ - split: val
30
+ path: data2/hiv/valid.csv
31
+ - config_name: sider_new
32
+ data_files:
33
+ - split: test
34
+ path: data2/sider/test.csv
35
+ - split: val
36
+ path: data2/sider/valid.csv
37
+ - config_name: tox21_new
38
+ data_files:
39
+ - split: test
40
+ path: data2/tox21/test.csv
41
+ - split: val
42
+ path: data2/tox21/valid.csv
43
+ ---
44
+
45
+ # MoleculeNet Benchmark ([website](https://moleculenet.org/))
46
+
47
+ MoleculeNet is a benchmark specially designed for testing machine learning methods of molecular properties. As we aim to facilitate the development of molecular machine learning method, this work curates a number of dataset collections, creates a suite of software that implements many known featurizations and previously proposed algorithms. All methods and datasets are integrated as parts of the open source DeepChem package(MIT license).
48
+
49
+ MoleculeNet is built upon multiple public databases. The full collection currently includes over 700,000 compounds tested on a range of different properties. We test the performances of various machine learning models with different featurizations on the datasets(detailed descriptions here), with all results reported in AUC-ROC, AUC-PRC, RMSE and MAE scores.
50
+
51
+ For users, please cite:
52
+ Zhenqin Wu, Bharath Ramsundar, Evan N. Feinberg, Joseph Gomes, Caleb Geniesse, Aneesh S. Pappu, Karl Leswing, Vijay Pande, MoleculeNet: A Benchmark for Molecular Machine Learning, arXiv preprint, arXiv: 1703.00564, 2017.
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+ <!-- - config_name: bace
61
  data_files:
62
  - split: train
63
  path: bace/train.csv
 
136
  - split: test
137
  path: tox21/test.csv
138
  - split: val
139
+ path: tox21/valid.csv -->