katielink commited on
Commit
23379ea
1 Parent(s): fa7948b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -86,5 +86,12 @@ configs:
86
  path: tox21/valid.csv
87
  ---
88
 
89
- # MoleculeNet Benchmark
 
 
 
 
 
 
 
90
 
 
86
  path: tox21/valid.csv
87
  ---
88
 
89
+ # MoleculeNet Benchmark ([website](https://moleculenet.org/))
90
+
91
+ 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).
92
+
93
+ 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.
94
+
95
+ For users, please cite:
96
+ 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.
97