tabbiomed-neurips2026 commited on
Commit
050e89f
·
verified ·
1 Parent(s): 7b3d7ce

Add metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +16 -0
metadata.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "READY": true,
3
+ "name": "proteinea_solubility",
4
+ "task": "binary",
5
+ "num_classes": 2,
6
+ "cat_idx": [],
7
+ "num_samples": 71421,
8
+ "num_features": 8000,
9
+ "imbalance_ratio": 1.3829,
10
+ "description": "Sample-level binary classification task predicting protein solubility. Labels: 1 = soluble, 0 = insoluble. Features are k-mer (k=3) frequency vectors computed from single amino-acid sequences. Missing feature values are not imputed.",
11
+ "source": "proteinea/solubility (Hugging Face). Binary protein solubility prediction dataset. Labels indicate whether a protein is soluble (1) or insoluble (0). Separate train, validation and test CSV files.",
12
+ "label": "Proteomics",
13
+ "sub_labels": [
14
+ "protein-seq"
15
+ ]
16
+ }