canergen commited on
Commit
d110998
·
verified ·
1 Parent(s): 402d520

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +19 -0
metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "popv_version": "0.5.0",
3
+ "anndata_version": "0.11.1",
4
+ "setup_dict": {
5
+ "ref_labels_key": "cell_ontology_class",
6
+ "ref_batch_key": "donor_assay",
7
+ "unknown_celltype_label": "unknown"
8
+ },
9
+ "prediction_keys": [
10
+ "popv_svm_prediction",
11
+ "popv_xgboost_prediction"
12
+ ],
13
+ "method_kwargs": {},
14
+ "methods": [
15
+ "svm",
16
+ "xgboost"
17
+ ],
18
+ "cellxgene_url": "test"
19
+ }