deepchem / deepchem/moleculenet
Improving Moleculenet's metrics
Open
discussion
- Dominant language
- Jupyter Notebook
- Stars
- 114
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
MoleculeNet has some limitations in its original choice of metrics. Here are a couple issues:
- Currently MoleculeNet only tests RMS for its regression tasks. For some tasks, RMS isn't a good measure, and something like R^2 would be more suited for some tasks. (H/T @PatWalters for bringing this up).
- For a number of tasks involving molecular classification, auPRC is a better metric than ROC-AUC. Having auPRC added to the classification sections would be very useful.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.