tabbiomed-neurips2026 commited on
Commit
08aae5c
·
verified ·
1 Parent(s): 2c75198

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +17 -0
metadata.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "Tox21_NRER",
4
+ "task": "binary",
5
+ "num_classes": 2,
6
+ "cat_idx": [],
7
+ "num_samples": 6186,
8
+ "num_features": 1024,
9
+ "imbalance_ratio": 6.8205,
10
+ "description": "Qualitative toxicity measurements on 12 biological targets including nuclear receptors and stress response pathways. Task: predict 'NR-ER'. Features: Morgan fingerprints (radius=2).",
11
+ "source": "MoleculeNet (https://moleculenet.org) \u2014 loaded via DeepChem.",
12
+ "label": "Drug Discovery",
13
+ "sub_labels": [
14
+ "Physiology",
15
+ "Fingerprint"
16
+ ]
17
+ }