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
@@ -52,12 +52,10 @@ dataset_info:
|
|
52 |
dtype: string
|
53 |
- name: SMILES
|
54 |
dtype: string
|
55 |
-
- name: Y
|
56 |
-
dtype:
|
57 |
-
|
58 |
-
|
59 |
-
'0': 0
|
60 |
-
'1': 1
|
61 |
splits:
|
62 |
- name: train
|
63 |
num_bytes: 190968
|
@@ -74,12 +72,10 @@ dataset_info:
|
|
74 |
dtype: string
|
75 |
- name: SMILES
|
76 |
dtype: string
|
77 |
-
- name: Y
|
78 |
-
dtype:
|
79 |
-
|
80 |
-
|
81 |
-
'0': 0
|
82 |
-
'1': 1
|
83 |
splits:
|
84 |
- name: train
|
85 |
num_bytes: 100608
|
@@ -94,24 +90,18 @@ dataset_info:
|
|
94 |
features:
|
95 |
- name: SMILES
|
96 |
dtype: string
|
97 |
-
- name: Class
|
98 |
-
dtype:
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
- name: Our predicted class
|
110 |
-
dtype:
|
111 |
-
class_label:
|
112 |
-
names:
|
113 |
-
'0': 0
|
114 |
-
'1': 1
|
115 |
task_categories:
|
116 |
- tabular-classification
|
117 |
---
|
|
|
52 |
dtype: string
|
53 |
- name: SMILES
|
54 |
dtype: string
|
55 |
+
- name: Y
|
56 |
+
dtype: int64
|
57 |
+
description: >-
|
58 |
+
Binary classification where 'stable' compounds were labeled as '0 and 'unstable' compounds were labeled as '1'.
|
|
|
|
|
59 |
splits:
|
60 |
- name: train
|
61 |
num_bytes: 190968
|
|
|
72 |
dtype: string
|
73 |
- name: SMILES
|
74 |
dtype: string
|
75 |
+
- name: Y
|
76 |
+
dtype: int64
|
77 |
+
description: >-
|
78 |
+
Binary classification where 'stable' compounds were labeled as '0 and 'unstable' compounds were labeled as '1'.
|
|
|
|
|
79 |
splits:
|
80 |
- name: train
|
81 |
num_bytes: 100608
|
|
|
90 |
features:
|
91 |
- name: SMILES
|
92 |
dtype: string
|
93 |
+
- name: Class
|
94 |
+
dtype: int64
|
95 |
+
description: >-
|
96 |
+
Binary classification where 'stable' compounds were labeled as '0 and 'unstable' compounds were labeled as '1'.
|
97 |
+
- name: Online server predicted class
|
98 |
+
dtype: int64
|
99 |
+
description: >-
|
100 |
+
Binary classification where 'stable' compounds were labeled as '0 and 'unstable' compounds were labeled as '1'.
|
101 |
+
- name: Our predicted class
|
102 |
+
dtype: int64
|
103 |
+
description: >-
|
104 |
+
Binary classification where 'stable' compounds were labeled as '0 and 'unstable' compounds were labeled as '1'.
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
task_categories:
|
106 |
- tabular-classification
|
107 |
---
|