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
@@ -25,6 +25,7 @@ size_categories:
|
|
25 |
config_names:
|
26 |
- HLM
|
27 |
- RLM
|
|
|
28 |
configs:
|
29 |
- config_name: HLM
|
30 |
data_files:
|
@@ -51,8 +52,8 @@ dataset_info:
|
|
51 |
dtype:
|
52 |
class_label:
|
53 |
names:
|
54 |
-
'0':
|
55 |
-
'1':
|
56 |
- name: "Dataset"
|
57 |
dtype: string
|
58 |
splits:
|
@@ -74,8 +75,8 @@ dataset_info:
|
|
74 |
dtype:
|
75 |
class_label:
|
76 |
names:
|
77 |
-
'0':
|
78 |
-
'1':
|
79 |
- name: "Dataset"
|
80 |
dtype: string
|
81 |
splits:
|
@@ -84,7 +85,29 @@ dataset_info:
|
|
84 |
num_examples: 2512
|
85 |
- name: test
|
86 |
num_bytes: 23968
|
87 |
-
num_examples: 596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
---
|
89 |
|
90 |
# Human & Rat Liver Microsomal Stability
|
|
|
25 |
config_names:
|
26 |
- HLM
|
27 |
- RLM
|
28 |
+
- Marketed_Drug
|
29 |
configs:
|
30 |
- config_name: HLM
|
31 |
data_files:
|
|
|
52 |
dtype:
|
53 |
class_label:
|
54 |
names:
|
55 |
+
'0': 0
|
56 |
+
'1': 1
|
57 |
- name: "Dataset"
|
58 |
dtype: string
|
59 |
splits:
|
|
|
75 |
dtype:
|
76 |
class_label:
|
77 |
names:
|
78 |
+
'0': 0
|
79 |
+
'1': 1
|
80 |
- name: "Dataset"
|
81 |
dtype: string
|
82 |
splits:
|
|
|
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
|