Datasets:
Add metadata.json
Browse files- metadata.json +13 -0
metadata.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "QSAR_biodegradation",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [],
|
| 7 |
+
"num_samples": 1054,
|
| 8 |
+
"num_features": 41,
|
| 9 |
+
"imbalance_ratio": 1.969,
|
| 10 |
+
"description": "Talent Benchmark dataset: QSAR_biodegradation (task=binary)",
|
| 11 |
+
"source": "Talent Benchmark Dataset - QSAR_biodegradation",
|
| 12 |
+
"label": "drug discovery"
|
| 13 |
+
}
|