Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,72 @@ configs:
|
|
| 24 |
path: AqSolDB/test.csv
|
| 25 |
- split: train
|
| 26 |
path: AqSolDB/train.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
|
|
|
| 24 |
path: AqSolDB/test.csv
|
| 25 |
- split: train
|
| 26 |
path: AqSolDB/train.csv
|
| 27 |
+
dataset_info:
|
| 28 |
+
- config_name: AqSolDB
|
| 29 |
+
features:
|
| 30 |
+
- name: "ID"
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: "Name"
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: "InChI"
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: "InChIKey"
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: "SMILES"
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: "Solubility"
|
| 41 |
+
dtype: float64
|
| 42 |
+
- name: "SD"
|
| 43 |
+
dtype: float64
|
| 44 |
+
- name: "Ocurrences"
|
| 45 |
+
dtype: int64
|
| 46 |
+
- name: "Group"
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: "MolWt"
|
| 49 |
+
dtype: float64
|
| 50 |
+
- name: "MolLogP"
|
| 51 |
+
dtype: float64
|
| 52 |
+
- name: "MolMR"
|
| 53 |
+
dtype: float64
|
| 54 |
+
- name: "HeavyAtomCount"
|
| 55 |
+
dtype: float64
|
| 56 |
+
- name: "NumHAcceptors"
|
| 57 |
+
dtype: float64
|
| 58 |
+
- name: "NumHDonors"
|
| 59 |
+
dtype: float64
|
| 60 |
+
- name: "NumHeteroatoms"
|
| 61 |
+
dtype: float64
|
| 62 |
+
- name: "NumRotatableBonds"
|
| 63 |
+
dtype: float64
|
| 64 |
+
- name: "NumValenceElectrons"
|
| 65 |
+
dtype: float64
|
| 66 |
+
- name: "NumAromaticRings"
|
| 67 |
+
dtype: float64
|
| 68 |
+
- name: "NumSaturatedRings"
|
| 69 |
+
dtype: float64
|
| 70 |
+
- name: "NumAliphaticRings"
|
| 71 |
+
dtype: float64
|
| 72 |
+
- name: "RingCount"
|
| 73 |
+
dtype: float64
|
| 74 |
+
- name: "TPSA"
|
| 75 |
+
dtype: float64
|
| 76 |
+
- name: "LabuteASA"
|
| 77 |
+
dtype: float64
|
| 78 |
+
- name: "BalabanJ"
|
| 79 |
+
dtype: float64
|
| 80 |
+
- name: "BertzCT"
|
| 81 |
+
dtype: float64
|
| 82 |
+
- name: "ClusterNo"
|
| 83 |
+
dtype: int64
|
| 84 |
+
- name: "MolCount"
|
| 85 |
+
dtype: int64
|
| 86 |
+
- name: "group"
|
| 87 |
+
dtype: string
|
| 88 |
+
splits:
|
| 89 |
+
- name: train
|
| 90 |
+
num_bytes: 1737344
|
| 91 |
+
num_examples: 7488
|
| 92 |
+
- name: test
|
| 93 |
+
num_bytes: 578736
|
| 94 |
+
num_examples: 2494
|
| 95 |
---
|