Datasets:
Tasks:
Tabular Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
haneulpark
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
-
license: mit
|
4 |
source_datasets: curated
|
5 |
tags:
|
6 |
- chemistry
|
7 |
- toxicology
|
8 |
pretty_name: Human & Rat Liver Microsomal Stability
|
9 |
dataset_summary: >-
|
10 |
-
Curation of databases of compounds for assessing human liver microsomes (HLM)
|
|
|
11 |
citation: |-
|
12 |
@article{
|
13 |
author = {Longqiang Li, Zhou Lu, Guixia Liu, Yun Tang, and Weihua Li},
|
@@ -23,91 +23,91 @@ citation: |-
|
|
23 |
size_categories:
|
24 |
- 10K<n<100K
|
25 |
config_names:
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
configs:
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
dataset_info:
|
43 |
- config_name: HLM
|
44 |
-
features:
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
splits:
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
- config_name: RLM
|
67 |
-
features:
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
splits:
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
- config_name: Marketed_Drug
|
90 |
-
features:
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
---
|
112 |
|
113 |
# Human & Rat Liver Microsomal Stability
|
@@ -196,4 +196,4 @@ then load, featurize, split, fit, and evaluate the a catboost model
|
|
196 |
references=split_featurised_dataset["test"]['Solubility'],
|
197 |
predictions=preds["cat_boost_regressor::Solubility"])
|
198 |
|
199 |
-
## Citation
|
|
|
1 |
---
|
2 |
language: en
|
|
|
3 |
source_datasets: curated
|
4 |
tags:
|
5 |
- chemistry
|
6 |
- toxicology
|
7 |
pretty_name: Human & Rat Liver Microsomal Stability
|
8 |
dataset_summary: >-
|
9 |
+
Curation of databases of compounds for assessing human liver microsomes (HLM)
|
10 |
+
stability and rat liver microsomes (RLM) stability.
|
11 |
citation: |-
|
12 |
@article{
|
13 |
author = {Longqiang Li, Zhou Lu, Guixia Liu, Yun Tang, and Weihua Li},
|
|
|
23 |
size_categories:
|
24 |
- 10K<n<100K
|
25 |
config_names:
|
26 |
+
- HLM
|
27 |
+
- RLM
|
28 |
+
- Marketed_Drug
|
29 |
configs:
|
30 |
+
- config_name: HLM
|
31 |
+
data_files:
|
32 |
+
- split: test
|
33 |
+
path: HLM/test.csv
|
34 |
+
- split: train
|
35 |
+
path: HLM/train.csv
|
36 |
+
- config_name: RLM
|
37 |
+
data_files:
|
38 |
+
- split: test
|
39 |
+
path: RLM/test.csv
|
40 |
+
- split: train
|
41 |
+
path: RLM/train.csv
|
42 |
dataset_info:
|
43 |
- config_name: HLM
|
44 |
+
features:
|
45 |
+
- name: ChEMBL ID (source)
|
46 |
+
dtype: string
|
47 |
+
- name: IUPAC Names
|
48 |
+
dtype: string
|
49 |
+
- name: Smiles
|
50 |
+
dtype: string
|
51 |
+
- name: Class
|
52 |
+
dtype:
|
53 |
+
class_label:
|
54 |
+
names:
|
55 |
+
'0': 0
|
56 |
+
'1': 1
|
57 |
+
- name: Dataset
|
58 |
+
dtype: string
|
59 |
splits:
|
60 |
+
- name: train
|
61 |
+
num_bytes: 190968
|
62 |
+
num_examples: 4771
|
63 |
+
- name: test
|
64 |
+
num_bytes: 45368
|
65 |
+
num_examples: 1131
|
66 |
- config_name: RLM
|
67 |
+
features:
|
68 |
+
- name: ChEMBL ID (source)
|
69 |
+
dtype: string
|
70 |
+
- name: IUPAC Names
|
71 |
+
dtype: string
|
72 |
+
- name: Smiles
|
73 |
+
dtype: string
|
74 |
+
- name: Class
|
75 |
+
dtype:
|
76 |
+
class_label:
|
77 |
+
names:
|
78 |
+
'0': 0
|
79 |
+
'1': 1
|
80 |
+
- name: Dataset
|
81 |
+
dtype: string
|
82 |
splits:
|
83 |
+
- name: train
|
84 |
+
num_bytes: 100608
|
85 |
+
num_examples: 2512
|
86 |
+
- name: test
|
87 |
+
num_bytes: 23968
|
88 |
+
num_examples: 596
|
89 |
- config_name: Marketed_Drug
|
90 |
+
features:
|
91 |
+
- name: Smiles
|
92 |
+
dtype: string
|
93 |
+
- name: Class
|
94 |
+
dtype:
|
95 |
+
class_label:
|
96 |
+
names:
|
97 |
+
'0': 0
|
98 |
+
'1': 1
|
99 |
+
- name: Online server predicted class
|
100 |
+
dtype:
|
101 |
+
class_label:
|
102 |
+
names:
|
103 |
+
'0': 0
|
104 |
+
'1': 1
|
105 |
+
- name: Our predicted class
|
106 |
+
dtype:
|
107 |
+
class_label:
|
108 |
+
names:
|
109 |
+
'0': 0
|
110 |
+
'1': 1
|
111 |
---
|
112 |
|
113 |
# Human & Rat Liver Microsomal Stability
|
|
|
196 |
references=split_featurised_dataset["test"]['Solubility'],
|
197 |
predictions=preds["cat_boost_regressor::Solubility"])
|
198 |
|
199 |
+
## Citation
|