canergen commited on
Commit
ff7085f
1 Parent(s): 2a447dc

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +17 -7
metadata.json CHANGED
@@ -7,15 +7,25 @@
7
  "unknown_celltype_label": "unassigned"
8
  },
9
  "prediction_keys": [
10
- "popv_onclass_prediction"
 
 
 
 
 
 
 
11
  ],
12
- "method_kwargs": {
13
- "svm": {
14
- "train_both": true
15
- }
16
- },
17
  "methods": [
18
- "onclass"
 
 
 
 
 
 
 
19
  ],
20
  "cellxgene_url": "https://cellxgene.cziscience.com/e/5a11f879-d1ef-458a-910c-9b0bdfca5ebf.cxg/"
21
  }
 
7
  "unknown_celltype_label": "unassigned"
8
  },
9
  "prediction_keys": [
10
+ "popv_celltypist_prediction",
11
+ "popv_knn_on_bbknn_prediction",
12
+ "popv_knn_on_harmony_prediction",
13
+ "popv_knn_on_scvi_prediction",
14
+ "popv_onclass_prediction",
15
+ "popv_scanvi_prediction",
16
+ "popv_svm_prediction",
17
+ "popv_xgboost_prediction"
18
  ],
19
+ "method_kwargs": {},
 
 
 
 
20
  "methods": [
21
+ "celltypist",
22
+ "knn_on_bbknn",
23
+ "knn_on_harmony",
24
+ "knn_on_scvi",
25
+ "onclass",
26
+ "scanvi",
27
+ "svm",
28
+ "xgboost"
29
  ],
30
  "cellxgene_url": "https://cellxgene.cziscience.com/e/5a11f879-d1ef-458a-910c-9b0bdfca5ebf.cxg/"
31
  }