Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,20 +1,41 @@
|
|
| 1 |
---
|
| 2 |
-
datasets:
|
| 3 |
-
- sarahantgan/5HT_Ki_Prediction
|
| 4 |
language:
|
| 5 |
-
|
| 6 |
license: cc-by-4.0
|
| 7 |
-
tags:
|
| 8 |
-
- bioactivity
|
| 9 |
-
- cheminformatics
|
| 10 |
-
- regression
|
| 11 |
-
- serotonin
|
| 12 |
-
- binding-affinity
|
| 13 |
size_categories:
|
| 14 |
-
|
| 15 |
task_categories:
|
| 16 |
-
|
| 17 |
pretty_name: 5-HT Ki Prediction Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# Serotonin Receptor (5-HT) Binding Affinity Prediction Dataset
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
size_categories:
|
| 6 |
+
- 100-1K
|
| 7 |
task_categories:
|
| 8 |
+
- regression
|
| 9 |
pretty_name: 5-HT Ki Prediction Dataset
|
| 10 |
+
datasets:
|
| 11 |
+
- sarahantgan/5HT_Ki_Prediction
|
| 12 |
+
tags:
|
| 13 |
+
- bioactivity
|
| 14 |
+
- cheminformatics
|
| 15 |
+
- regression
|
| 16 |
+
- serotonin
|
| 17 |
+
- binding-affinity
|
| 18 |
+
dataset_info:
|
| 19 |
+
features:
|
| 20 |
+
- name: smiles
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: ki
|
| 23 |
+
dtype: float64
|
| 24 |
+
- name: receptor
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: source
|
| 27 |
+
dtype: string
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 5830493
|
| 31 |
+
num_examples: 98678
|
| 32 |
+
download_size: 780236
|
| 33 |
+
dataset_size: 5830493
|
| 34 |
+
configs:
|
| 35 |
+
- config_name: default
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: data/train-*
|
| 39 |
---
|
| 40 |
|
| 41 |
# Serotonin Receptor (5-HT) Binding Affinity Prediction Dataset
|