Unverified Commit 6d00005e authored by Nathan Frey's avatar Nathan Frey Committed by GitHub
Browse files

Merge pull request #2 from deepchem/master

rebase
parents f985a333 c3b5d77f
Loading
Loading
Loading
Loading

.coveragerc

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
[report]
omit =
    */python?.?/*
    */site-packages/nose/*
+12 −0
Original line number Diff line number Diff line
### Template for pull request contributing a new dataset to MoleculeNet
Category: {Quantum Mechanics, Materials Science, Physical Chemistry, Biophysics, Physiology}  
Dataset: {short name identifying dataset}  
Data Type: {SMILES, 3D coordinates}  
Task Type: {Regression, Classification}  
\# Tasks: {integer}  
\# Compounds: {integer}  
Rec - Split†: {Random, Stratified, Scaffold, Time}  
Rec - Metric†: {MAE, RMSE, R^2, PRC-AUC, ROC-AUC}
Reference: {MLA style reference.}

† For details on recommended split types and metrics, refer to the [MolNet paper](https://arxiv.org/abs/1703.00564).
 No newline at end of file
+9 −6
Original line number Diff line number Diff line
@@ -99,3 +99,6 @@ datasets/pdbbind_v2019_PP.tar.gz
datasets/pdbbind_v2019_other_PL.tar.gz
datasets/pdbbind_v2019_refined.tar.gz
datasets/qm8.csv

.vscode/
.python-version
+1 −5
Original line number Diff line number Diff line
@@ -7,11 +7,7 @@ version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
  configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
#  configuration: mkdocs.yml
  configuration: docs/source/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
Loading