Datasets:
Add metadata.json
Browse files- metadata.json +34 -0
metadata.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "thyroid-dis",
|
| 4 |
+
"task": "classification",
|
| 5 |
+
"num_classes": 5,
|
| 6 |
+
"cat_idx": [
|
| 7 |
+
6,
|
| 8 |
+
7,
|
| 9 |
+
8,
|
| 10 |
+
9,
|
| 11 |
+
10,
|
| 12 |
+
11,
|
| 13 |
+
12,
|
| 14 |
+
13,
|
| 15 |
+
14,
|
| 16 |
+
15,
|
| 17 |
+
16,
|
| 18 |
+
17,
|
| 19 |
+
18,
|
| 20 |
+
19,
|
| 21 |
+
20,
|
| 22 |
+
21,
|
| 23 |
+
22,
|
| 24 |
+
23,
|
| 25 |
+
24,
|
| 26 |
+
25
|
| 27 |
+
],
|
| 28 |
+
"num_samples": 2800,
|
| 29 |
+
"num_features": 26,
|
| 30 |
+
"imbalance_ratio": 52.6452,
|
| 31 |
+
"description": "Talent Benchmark dataset: thyroid-dis (task=classification)",
|
| 32 |
+
"source": "Talent Benchmark Dataset - thyroid-dis",
|
| 33 |
+
"label": "clinical & healthcare"
|
| 34 |
+
}
|