tabbiomed-neurips2026 commited on
Commit
e4bee70
·
verified ·
1 Parent(s): 19be5fb

Add metadata.json

Browse files
Files changed (1) hide show
  1. 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
+ }