Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-regression
|
| 5 |
+
- graph-ml
|
| 6 |
+
- text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- chemistry
|
| 9 |
+
- biology
|
| 10 |
+
- medical
|
| 11 |
+
pretty_name: ASAP-OpenADMET MLM
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: default
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: "mlm.csv"
|
| 19 |
+
---
|
| 20 |
+
# ASAP-OpenADMET MLM
|
| 21 |
+
|
| 22 |
+
ASAP_OpenADMET_MLM dataset from the ASAP Discovery-OpenADMET Antiviral Drug Discovery Challenge [[1]](#1) [[2]](#2). It is intended to be used through
|
| 23 |
+
[scikit-fingerprints](https://github.com/scikit-fingerprints/scikit-fingerprints) library.
|
| 24 |
+
|
| 25 |
+
The task is to predict MLM (mouse liver microsomal intrinsic clearance in uL/min/mg) of molecules.
|
| 26 |
+
|
| 27 |
+
| **Characteristic** | **Description** |
|
| 28 |
+
|:------------------:|:---------------:|
|
| 29 |
+
| Tasks | 1 |
|
| 30 |
+
| Task type | regression |
|
| 31 |
+
| Total samples | 425 |
|
| 32 |
+
| Recommended split | time |
|
| 33 |
+
| Recommended metric | MAE |
|
| 34 |
+
|
| 35 |
+
## References
|
| 36 |
+
<a id="1">[1]</a>
|
| 37 |
+
ASAP Discovery
|
| 38 |
+
"ASAP Discovery x OpenADMET Antiviral Drug Discovery Challenge"
|
| 39 |
+
https://polarishub.io/blog/antiviral-competition
|
| 40 |
+
|
| 41 |
+
<a id="2">[2]</a>
|
| 42 |
+
Chodera et al.
|
| 43 |
+
"The ASAP Discovery Antiviral Drug Discovery Challenge"
|
| 44 |
+
https://doi.org/10.26434/chemrxiv-2025-zd9mr
|