Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
version: 1.0.0
|
3 |
-
license:
|
4 |
task_categories:
|
5 |
- tabular-regression
|
6 |
language:
|
@@ -11,16 +11,24 @@ size_categories:
|
|
11 |
tags:
|
12 |
- drug discovery
|
13 |
- bioassay
|
14 |
-
dataset_summary:
|
15 |
-
|
|
|
16 |
drug discovery.
|
17 |
-
citation:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
dataset_info:
|
25 |
config_name: MolData
|
26 |
features:
|
@@ -72,5 +80,4 @@ We utilized the raw data uploaded on [Github](https://github.com/LumosBio/MolDat
|
|
72 |
3. Split the dataset (train, test, validation)
|
73 |
|
74 |
If you would like to try these processes with the original dataset,
|
75 |
-
please follow the instructions in the [Preprocessing Script.py](address) file located in our MolData repository.
|
76 |
-
|
|
|
1 |
---
|
2 |
version: 1.0.0
|
3 |
+
license: cc-by-sa-4.0
|
4 |
task_categories:
|
5 |
- tabular-regression
|
6 |
language:
|
|
|
11 |
tags:
|
12 |
- drug discovery
|
13 |
- bioassay
|
14 |
+
dataset_summary: >-
|
15 |
+
A comprehensive disease and target-based dataset with 1.4 million molecules,
|
16 |
+
collected from PubChem to accelerate molecular machine learning for better
|
17 |
drug discovery.
|
18 |
+
citation: |-
|
19 |
+
@article{KeshavarziArshadi2022,
|
20 |
+
title = {MolData, a molecular benchmark for disease and target based machine learning},
|
21 |
+
volume = {14},
|
22 |
+
ISSN = {1758-2946},
|
23 |
+
url = {http://dx.doi.org/10.1186/s13321-022-00590-y},
|
24 |
+
DOI = {10.1186/s13321-022-00590-y},
|
25 |
+
number = {1},
|
26 |
+
journal = {Journal of Cheminformatics},
|
27 |
+
publisher = {Springer Science and Business Media LLC},
|
28 |
+
author = {Keshavarzi Arshadi, Arash and Salem, Milad and Firouzbakht, Arash and Yuan, Jiann Shiun},
|
29 |
+
year = {2022},
|
30 |
+
month = mar
|
31 |
+
}
|
32 |
dataset_info:
|
33 |
config_name: MolData
|
34 |
features:
|
|
|
80 |
3. Split the dataset (train, test, validation)
|
81 |
|
82 |
If you would like to try these processes with the original dataset,
|
83 |
+
please follow the instructions in the [Preprocessing Script.py](address) file located in our MolData repository.
|
|