canergen commited on
Commit
fd3642a
1 Parent(s): 89e29df

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. adata.h5ad +1 -1
  2. metrics.json +3 -3
  3. model.pt +1 -1
adata.h5ad CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cb04c6432c79c2e753e38b7b250c5736e6c89bdd17152588521b3890706f38c
3
  size 18669552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ef716d0c3f0a773c7752a8c1a784d3e4f0c245e1790a74df0545c930db3092
3
  size 18669552
metrics.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "cell_wise_cv": "| Metric | Training Value | Validation Value |\n|-------------------------|----------------|------------------|\n| Mean Absolute Error | 1.08 | 1.10 |\n| Pearson Correlation | 0.89 | 0.89 |\n| Spearman Correlation | 0.87 | 0.87 |\n| R\u00b2 (R-Squared) | 0.77 | 0.76 |",
3
- "gene_wise_cv": "| Metric | Training Value |\n|-------------------------|----------------|\n| Mean Absolute Error | 16.27 |\n| Pearson Correlation | 0.63 |\n| Spearman Correlation | 0.68 |\n| R\u00b2 (R-Squared) | -1.28 |",
4
- "diff_exp": "| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| basal cell | 0.90 | 0.33 | 0.86 | 0.97 | 0.42 | 0.89 | 6281.00 |\n| keratinocyte | 0.87 | 0.85 | 0.73 | 0.97 | 0.23 | 0.90 | 3667.00 |\n| epithelial cell | 0.87 | 0.51 | 0.76 | 0.93 | 0.53 | 0.87 | 2114.00 |\n| leukocyte | 0.85 | 0.75 | 0.73 | 0.94 | 0.38 | 0.87 | 2109.00 |\n| fibroblast | 0.78 | 2.43 | 0.63 | 0.83 | 0.44 | 0.80 | 251.00 |\n| vein endothelial cell | 0.79 | 2.94 | 0.61 | 0.81 | 0.46 | 0.81 | 226.00 |\n| pericyte | 0.75 | 3.36 | 0.63 | 0.75 | 0.40 | 0.72 | 117.00 |\n| capillary endothelial cell | 0.78 | 3.76 | 0.65 | 0.76 | 0.43 | 0.74 | 101.00 |\n| tongue muscle cell | 0.73 | 5.22 | 0.57 | 0.59 | 0.37 | 0.70 | 60.00 |\n| endothelial cell of lymphatic vessel | 0.61 | 5.36 | 0.55 | 0.54 | 0.44 | 0.71 | 44.00 |\n| endothelial cell of artery | 0.67 | 4.92 | 0.61 | 0.65 | 0.40 | 0.71 | 40.00 |"
5
  }
 
1
  {
2
+ "cell_wise_cv": "| Metric | Training Value | Validation Value |\n|-------------------------|----------------|------------------|\n| Mean Absolute Error | 1.09 | 1.13 |\n| Pearson Correlation | 0.89 | 0.88 |\n| Spearman Correlation | 0.87 | 0.87 |\n| R\u00b2 (R-Squared) | 0.76 | 0.74 |",
3
+ "gene_wise_cv": "| Metric | Training Value |\n|-------------------------|----------------|\n| Mean Absolute Error | 16.13 |\n| Pearson Correlation | 0.64 |\n| Spearman Correlation | 0.68 |\n| R\u00b2 (R-Squared) | -1.25 |",
4
+ "diff_exp": "| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| basal cell | 0.93 | 0.34 | 0.84 | 0.97 | 0.43 | 0.89 | 6281.00 |\n| keratinocyte | 0.89 | 0.79 | 0.76 | 0.97 | 0.23 | 0.90 | 3667.00 |\n| epithelial cell | 0.86 | 0.51 | 0.74 | 0.93 | 0.53 | 0.87 | 2114.00 |\n| leukocyte | 0.87 | 0.79 | 0.69 | 0.94 | 0.38 | 0.87 | 2109.00 |\n| fibroblast | 0.76 | 2.47 | 0.62 | 0.84 | 0.44 | 0.80 | 251.00 |\n| vein endothelial cell | 0.79 | 2.73 | 0.66 | 0.83 | 0.46 | 0.81 | 226.00 |\n| pericyte | 0.75 | 3.55 | 0.60 | 0.74 | 0.40 | 0.72 | 117.00 |\n| capillary endothelial cell | 0.82 | 3.74 | 0.65 | 0.75 | 0.44 | 0.74 | 101.00 |\n| tongue muscle cell | 0.74 | 5.32 | 0.56 | 0.58 | 0.38 | 0.70 | 60.00 |\n| endothelial cell of lymphatic vessel | 0.61 | 5.25 | 0.56 | 0.54 | 0.42 | 0.69 | 44.00 |\n| endothelial cell of artery | 0.65 | 4.73 | 0.63 | 0.66 | 0.41 | 0.71 | 40.00 |"
5
  }
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a567e0266a9745bed7319688c3a556145a48e8133c47d1702de69ed92c3a1343
3
  size 8798764
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c440c6f54f7d00067aaa96269d0a4dfd4ff997c0847d37d089cfc5b8e0c7e8
3
  size 8798764