canergen commited on
Commit
0ef72ba
·
verified ·
1 Parent(s): 695e0ac

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:4e0768294b253e15e8135c32c40e7d35b8e746660a0bf15b77f0dc56661d38f7
3
  size 38462600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a98b050bf9c8597ce74071384352053485a17c7d6f7c9c06bdb4bf47553a8b0f
3
  size 38462600
metrics.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "cell_wise_cv": "| Metric | Training Value | Validation Value |\n|-------------------------|----------------|------------------|\n| Mean Absolute Error | 1.24 | 1.25 |\n| Pearson Correlation | 0.99 | 0.99 |\n| Spearman Correlation | 0.96 | 0.96 |\n| R\u00b2 (R-Squared) | 0.98 | 0.98 |",
3
- "gene_wise_cv": "| Metric | Training Value |\n|-------------------------|----------------|\n| Mean Absolute Error | 23.70 |\n| Pearson Correlation | 0.72 |\n| Spearman Correlation | 0.78 |\n| R\u00b2 (R-Squared) | -0.70 |",
4
- "diff_exp": "| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| erythrocyte | 0.97 | 1.08 | 0.71 | 0.88 | 0.09 | 0.98 | 10061.00 |\n| neutrophil | 0.97 | 1.02 | 0.74 | 0.95 | 0.21 | 0.90 | 8432.00 |\n| classical monocyte | 0.94 | 0.56 | 0.73 | 0.97 | 0.62 | 0.95 | 7211.00 |\n| mature NK T cell | 0.95 | 1.34 | 0.65 | 0.92 | 0.62 | 0.93 | 2332.00 |\n| naive B cell | 0.97 | 1.70 | 0.63 | 0.87 | 0.47 | 0.87 | 1526.00 |\n| CD8-positive, alpha-beta cytokine secreting effector T cell | 0.94 | 1.60 | 0.62 | 0.87 | 0.64 | 0.93 | 1493.00 |\n| CD4-positive, alpha-beta memory T cell | 0.95 | 1.64 | 0.56 | 0.86 | 0.58 | 0.88 | 949.00 |\n| memory B cell | 0.98 | 2.07 | 0.62 | 0.86 | 0.54 | 0.88 | 597.00 |\n| type I NK T cell | 0.90 | 2.31 | 0.62 | 0.79 | 0.62 | 0.89 | 518.00 |\n| plasma cell | 0.76 | 1.25 | 0.77 | 0.95 | 0.61 | 0.94 | 487.00 |\n| naive thymus-derived CD4-positive, alpha-beta T cell | 0.95 | 2.45 | 0.64 | 0.80 | 0.46 | 0.82 | 412.00 |\n| CD8-positive, alpha-beta T cell | 0.94 | 2.07 | 0.66 | 0.82 | 0.57 | 0.87 | 376.00 |\n| platelet | 0.77 | 2.74 | 0.70 | 0.81 | 0.42 | 0.83 | 239.00 |\n| hematopoietic stem cell | 0.93 | 2.67 | 0.68 | 0.77 | 0.65 | 0.90 | 47.00 |\n| T cell | 0.93 | 3.83 | 0.62 | 0.51 | 0.55 | 0.77 | 31.00 |\n| basophil | 0.87 | 3.13 | 0.68 | 0.77 | 0.62 | 0.88 | 29.00 |\n| CD141-positive myeloid dendritic cell | 0.90 | 4.76 | 0.59 | 0.60 | 0.50 | 0.76 | 15.00 |\n| plasmacytoid dendritic cell | 0.85 | 5.24 | 0.55 | 0.49 | 0.46 | 0.72 | 11.00 |"
5
  }
 
1
  {
2
+ "cell_wise_cv": "| Metric | Training Value | Validation Value |\n|-------------------------|----------------|------------------|\n| Mean Absolute Error | 1.23 | 1.27 |\n| Pearson Correlation | 0.99 | 0.99 |\n| Spearman Correlation | 0.96 | 0.96 |\n| R\u00b2 (R-Squared) | 0.98 | 0.98 |",
3
+ "gene_wise_cv": "| Metric | Training Value |\n|-------------------------|----------------|\n| Mean Absolute Error | 23.45 |\n| Pearson Correlation | 0.72 |\n| Spearman Correlation | 0.77 |\n| R\u00b2 (R-Squared) | -0.64 |",
4
+ "diff_exp": "| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| erythrocyte | 0.97 | 1.07 | 0.71 | 0.88 | 0.09 | 0.98 | 10061.00 |\n| neutrophil | 0.97 | 1.22 | 0.67 | 0.93 | 0.22 | 0.90 | 8432.00 |\n| classical monocyte | 0.93 | 0.54 | 0.77 | 0.97 | 0.62 | 0.95 | 7211.00 |\n| mature NK T cell | 0.94 | 1.33 | 0.64 | 0.91 | 0.62 | 0.93 | 2332.00 |\n| naive B cell | 0.97 | 1.64 | 0.65 | 0.88 | 0.47 | 0.87 | 1526.00 |\n| CD8-positive, alpha-beta cytokine secreting effector T cell | 0.94 | 1.46 | 0.66 | 0.89 | 0.64 | 0.93 | 1493.00 |\n| CD4-positive, alpha-beta memory T cell | 0.93 | 1.53 | 0.60 | 0.87 | 0.57 | 0.88 | 949.00 |\n| memory B cell | 0.98 | 2.06 | 0.62 | 0.85 | 0.54 | 0.88 | 597.00 |\n| type I NK T cell | 0.91 | 2.48 | 0.58 | 0.78 | 0.62 | 0.89 | 518.00 |\n| plasma cell | 0.75 | 1.29 | 0.75 | 0.94 | 0.61 | 0.94 | 487.00 |\n| naive thymus-derived CD4-positive, alpha-beta T cell | 0.94 | 2.68 | 0.60 | 0.78 | 0.46 | 0.82 | 412.00 |\n| CD8-positive, alpha-beta T cell | 0.95 | 2.30 | 0.62 | 0.80 | 0.58 | 0.87 | 376.00 |\n| platelet | 0.77 | 2.72 | 0.70 | 0.81 | 0.42 | 0.83 | 239.00 |\n| hematopoietic stem cell | 0.93 | 2.82 | 0.66 | 0.77 | 0.66 | 0.90 | 47.00 |\n| T cell | 0.93 | 4.01 | 0.60 | 0.49 | 0.55 | 0.78 | 31.00 |\n| basophil | 0.89 | 2.89 | 0.71 | 0.79 | 0.61 | 0.88 | 29.00 |\n| CD141-positive myeloid dendritic cell | 0.89 | 4.54 | 0.62 | 0.62 | 0.48 | 0.75 | 15.00 |\n| plasmacytoid dendritic cell | 0.88 | 5.32 | 0.54 | 0.48 | 0.48 | 0.73 | 11.00 |"
5
  }
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89b13a060b7538570b13588949a191503fe9bda56dd7e563ad0731eae9db1ec1
3
  size 9001644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed9fefeb7413ae22ce8366f14690afcd79243c14d0328dd0190e16fc623b71f1
3
  size 9001644