Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -25,104 +25,82 @@ citation: >-
|
|
25 |
size_categories:
|
26 |
- 1K<n<10K
|
27 |
config_names:
|
28 |
-
-
|
29 |
-
- Irrit_Neg
|
30 |
configs:
|
31 |
-
- config_name:
|
32 |
data_files:
|
33 |
- split: test
|
34 |
-
path:
|
35 |
- split: train
|
36 |
-
path:
|
37 |
-
- config_name: Irrit_Neg
|
38 |
-
data_files:
|
39 |
-
- split: test
|
40 |
-
path: Irrit_Neg/test.csv
|
41 |
-
- split: train
|
42 |
-
path: Irrit_Neg/train.csv
|
43 |
dataset_info:
|
44 |
-
- config_name:
|
45 |
-
features:
|
46 |
-
- name: "
|
47 |
-
dtype: string
|
48 |
-
- name: "Synonym"
|
49 |
-
dtype: float64
|
50 |
-
- name: "CAS RN"
|
51 |
dtype: string
|
52 |
-
- name: "
|
53 |
-
dtype:
|
54 |
-
class_label:
|
55 |
-
names:
|
56 |
-
0: "NC"
|
57 |
-
1: "Cat 1"
|
58 |
-
- name: "Detailed Page"
|
59 |
-
dtype: string
|
60 |
-
- name: "Evidence"
|
61 |
dtype: string
|
62 |
-
- name: "
|
63 |
dtype: string
|
64 |
-
- name: "
|
65 |
dtype: string
|
66 |
-
- name: "Frequency"
|
67 |
-
dtype: int64
|
68 |
- name: "SMILES"
|
69 |
dtype: string
|
70 |
-
- name: "
|
71 |
-
dtype: string
|
72 |
-
- name: "SMILES Source"
|
73 |
-
dtype: string
|
74 |
-
- name: "Canonical SMILES"
|
75 |
-
dtype: string
|
76 |
-
- name: "Split"
|
77 |
-
dtype: string
|
78 |
-
splits:
|
79 |
-
- name: train
|
80 |
-
num_bytes: 196688
|
81 |
-
num_examples: 1755
|
82 |
-
- name: test
|
83 |
-
num_bytes: 20400
|
84 |
-
num_examples: 181
|
85 |
-
- config_name: Irrit_Neg
|
86 |
-
features:
|
87 |
-
- name: "Name"
|
88 |
-
dtype: string
|
89 |
-
- name: "Synonym"
|
90 |
dtype: float64
|
91 |
-
- name: "
|
92 |
-
dtype:
|
93 |
-
- name: "
|
94 |
-
dtype:
|
95 |
-
class_label:
|
96 |
-
names:
|
97 |
-
0: "NC"
|
98 |
-
1: "Cat 2"
|
99 |
-
- name: "Detailed Page"
|
100 |
-
dtype: string
|
101 |
-
- name: "Evidence"
|
102 |
-
dtype: string
|
103 |
-
- name: "OECD TG 404"
|
104 |
-
dtype: string
|
105 |
-
- name: "Data Source"
|
106 |
-
dtype: string
|
107 |
-
- name: "Frequency"
|
108 |
dtype: int64
|
109 |
-
- name: "
|
110 |
-
dtype: string
|
111 |
-
- name: "SMILES URL"
|
112 |
-
dtype: string
|
113 |
-
- name: "SMILES Source"
|
114 |
dtype: string
|
115 |
-
- name: "
|
116 |
-
dtype:
|
117 |
-
- name: "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
dtype: string
|
119 |
splits:
|
120 |
- name: train
|
121 |
-
num_bytes:
|
122 |
-
num_examples:
|
123 |
- name: test
|
124 |
-
num_bytes:
|
125 |
-
num_examples:
|
126 |
---
|
127 |
|
128 |
# Aqueous Solubility Database (AqSolDB)
|
|
|
25 |
size_categories:
|
26 |
- 1K<n<10K
|
27 |
config_names:
|
28 |
+
- AqSolDB
|
|
|
29 |
configs:
|
30 |
+
- config_name: AqSolDB
|
31 |
data_files:
|
32 |
- split: test
|
33 |
+
path: AqSolDB/test.csv
|
34 |
- split: train
|
35 |
+
path: AqSolDB/train.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
dataset_info:
|
37 |
+
- config_name: AqSolDB
|
38 |
+
features:
|
39 |
+
- name: "ID"
|
|
|
|
|
|
|
|
|
40 |
dtype: string
|
41 |
+
- name: "Name"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
dtype: string
|
43 |
+
- name: "InChI"
|
44 |
dtype: string
|
45 |
+
- name: "InChIKey"
|
46 |
dtype: string
|
|
|
|
|
47 |
- name: "SMILES"
|
48 |
dtype: string
|
49 |
+
- name: "Solubility"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
dtype: float64
|
51 |
+
- name: "SD"
|
52 |
+
dtype: float64
|
53 |
+
- name: "Ocurrences"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
dtype: int64
|
55 |
+
- name: "Group"
|
|
|
|
|
|
|
|
|
56 |
dtype: string
|
57 |
+
- name: "MolWt"
|
58 |
+
dtype: float64
|
59 |
+
- name: "MolLogP"
|
60 |
+
dtype: float64
|
61 |
+
- name: "MolMR"
|
62 |
+
dtype: float64
|
63 |
+
- name: "HeavyAtomCount"
|
64 |
+
dtype: float64
|
65 |
+
- name: "NumHAcceptors"
|
66 |
+
dtype: float64
|
67 |
+
- name: "NumHDonors"
|
68 |
+
dtype: float64
|
69 |
+
- name: "NumHeteroatoms"
|
70 |
+
dtype: float64
|
71 |
+
- name: "NumRotatableBonds"
|
72 |
+
dtype: float64
|
73 |
+
- name: "NumValenceElectrons"
|
74 |
+
dtype: float64
|
75 |
+
- name: "NumAromaticRings"
|
76 |
+
dtype: float64
|
77 |
+
- name: "NumSaturatedRings"
|
78 |
+
dtype: float64
|
79 |
+
- name: "NumAliphaticRings"
|
80 |
+
dtype: float64
|
81 |
+
- name: "RingCount"
|
82 |
+
dtype: float64
|
83 |
+
- name: "TPSA"
|
84 |
+
dtype: float64
|
85 |
+
- name: "LabuteASA"
|
86 |
+
dtype: float64
|
87 |
+
- name: "BalabanJ"
|
88 |
+
dtype: float64
|
89 |
+
- name: "BertzCT"
|
90 |
+
dtype: float64
|
91 |
+
- name: "ClusterNo"
|
92 |
+
dtype: int64
|
93 |
+
- name: "MolCount"
|
94 |
+
dtype: int64
|
95 |
+
- name: "group"
|
96 |
dtype: string
|
97 |
splits:
|
98 |
- name: train
|
99 |
+
num_bytes: 1737344
|
100 |
+
num_examples: 7488
|
101 |
- name: test
|
102 |
+
num_bytes: 578736
|
103 |
+
num_examples: 2494
|
104 |
---
|
105 |
|
106 |
# Aqueous Solubility Database (AqSolDB)
|