haneulpark commited on
Commit
88fa63a
·
verified ·
1 Parent(s): 0680592

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -30
README.md CHANGED
@@ -52,12 +52,10 @@ dataset_info:
52
  dtype: string
53
  - name: SMILES
54
  dtype: string
55
- - name: Y
56
- dtype:
57
- class_label:
58
- names:
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
- class_label:
80
- names:
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
- class_label:
100
- names:
101
- '0': 0
102
- '1': 1
103
- - name: Online server predicted class
104
- dtype:
105
- class_label:
106
- names:
107
- '0': 0
108
- '1': 1
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
  ---