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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -55,7 +55,7 @@ dataset_info:
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
@@ -75,7 +75,7 @@ dataset_info:
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
@@ -93,15 +93,15 @@ dataset_info:
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
  ---
 
55
  - name: Y
56
  dtype: int64
57
  description: >-
58
+ Binary classification where '0' represents 'stable' compounds and '1' represents 'unstable' compounds.
59
  splits:
60
  - name: train
61
  num_bytes: 190968
 
75
  - name: Y
76
  dtype: int64
77
  description: >-
78
+ Binary classification where '0' represents 'stable' compounds and '1' represents 'unstable' compounds.
79
  splits:
80
  - name: train
81
  num_bytes: 100608
 
93
  - name: Class
94
  dtype: int64
95
  description: >-
96
+ Binary classification where '0' represents 'stable' compounds and '1' represents 'unstable' compounds.
97
  - name: Online server predicted class
98
  dtype: int64
99
  description: >-
100
+ Binary classification where '0' represents 'stable' compounds and '1' represents 'unstable' compounds.
101
  - name: Our predicted class
102
  dtype: int64
103
  description: >-
104
+ Binary classification where '0' represents 'stable' compounds and '1' represents 'unstable' compounds.
105
  task_categories:
106
  - tabular-classification
107
  ---