Datasets:
Add metadata.json
Browse files- metadata.json +13 -0
metadata.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "bioresponse",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [],
|
| 7 |
+
"num_samples": 3751,
|
| 8 |
+
"num_features": 1776,
|
| 9 |
+
"imbalance_ratio": 1.1846,
|
| 10 |
+
"description": "Bioresponse dataset: predict biological response to molecules based on chemical properties",
|
| 11 |
+
"source": "OpenML/UCI",
|
| 12 |
+
"label": "drug discovery"
|
| 13 |
+
}
|