Datasets:
Add metadata.json
Browse files- metadata.json +14 -0
metadata.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "ProtoGate_Prostate_GE",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [],
|
| 7 |
+
"num_samples": 102,
|
| 8 |
+
"num_features": 5966,
|
| 9 |
+
"imbalance_ratio": 1.04,
|
| 10 |
+
"description": "Gene expression dataset from ProtoGate benchmark (source: Prostate_GE.mat)",
|
| 11 |
+
"source": "ProtoGate",
|
| 12 |
+
"label": "transcriptomics",
|
| 13 |
+
"split_strategy": "cv"
|
| 14 |
+
}
|