Datasets:
Add metadata.json
Browse files- metadata.json +15 -0
metadata.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "ESOL",
|
| 4 |
+
"task": "regression",
|
| 5 |
+
"cat_idx": [],
|
| 6 |
+
"num_samples": 1128,
|
| 7 |
+
"num_features": 1856,
|
| 8 |
+
"description": "Water solubility data (log solubility in mols per litre) for common organic small molecules. Features: Morgan fingerprints (radius=2).",
|
| 9 |
+
"source": "MoleculeNet (https://moleculenet.org) \u2014 loaded via DeepChem.",
|
| 10 |
+
"label": "Drug Discovery",
|
| 11 |
+
"sub_labels": [
|
| 12 |
+
"Physical Chemistry",
|
| 13 |
+
"Fingerprint"
|
| 14 |
+
]
|
| 15 |
+
}
|