Update README.md
Browse files
README.md
CHANGED
@@ -40,11 +40,9 @@ dataset_info:
|
|
40 |
- name: "SMILES"
|
41 |
dtype: string
|
42 |
- name: "Y"
|
43 |
-
dtype:
|
44 |
-
|
45 |
-
|
46 |
-
0: "negative"
|
47 |
-
1: "positive"
|
48 |
splits:
|
49 |
- name: train
|
50 |
num_bytes: 28736
|
|
|
40 |
- name: "SMILES"
|
41 |
dtype: string
|
42 |
- name: "Y"
|
43 |
+
dtype: int64
|
44 |
+
description: >-
|
45 |
+
Binary classification where 'O' represents 'negative' and '1' represents 'positive'
|
|
|
|
|
46 |
splits:
|
47 |
- name: train
|
48 |
num_bytes: 28736
|