piotr commited on
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: unknown
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- graph-ml
|
| 6 |
+
- text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- chemistry
|
| 9 |
+
- biology
|
| 10 |
+
- medical
|
| 11 |
+
pretty_name: TDC Caco-2 Wang
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: default
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: tdc_caco2_wang.csv
|
| 19 |
+
---
|
| 20 |
+
# TDC Caco-2 Wang
|
| 21 |
+
|
| 22 |
+
Caco-2 Wang dataset [[1]](#1), part of TDC [[2]](#2) benchmark. 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 the rate at which drug passes through Caco-2 cells that serve as in vitro simulation of human intestinal tissue.
|
| 26 |
+
|
| 27 |
+
This dataset is a part of "absorption" subset of ADME tasks.
|
| 28 |
+
|
| 29 |
+
| **Characteristic** | **Description** |
|
| 30 |
+
|:------------------:|:------------------------:|
|
| 31 |
+
| Tasks | 1 |
|
| 32 |
+
| Task type | regression |
|
| 33 |
+
| Total samples | 910 |
|
| 34 |
+
| Recommended split | scaffold |
|
| 35 |
+
| Recommended metric | MAE |
|
| 36 |
+
|
| 37 |
+
## References
|
| 38 |
+
<a id="1">[1]</a>
|
| 39 |
+
Wang, NN, et al.
|
| 40 |
+
"ADME Properties Evaluation in Drug Discovery: Prediction of Caco-2 Cell Permeability Using a Combination of NSGA-II and Boosting"
|
| 41 |
+
Journal of Chemical Information and Modeling 2016 56 (4), 763-773
|
| 42 |
+
https://doi.org/10.1021/acs.jcim.5b00642
|
| 43 |
+
|
| 44 |
+
<a id="2">[2]</a>
|
| 45 |
+
Huang, Kexin, et al.
|
| 46 |
+
"Therapeutics Data Commons: Machine Learning Datasets and Tasks for Drug Discovery and Development"
|
| 47 |
+
Proceedings of Neural Information Processing Systems, NeurIPS Datasets and Benchmarks, 2021
|
| 48 |
+
https://openreview.net/forum?id=8nvgnORnoWr
|