test-scvi / metrics.json
canergen's picture
Upload folder using huggingface_hub
7bafc81 verified
raw
history blame
1.44 kB
{
"cell_wise_cv": "| Metric | Training Value | Validation Value |\n|-------------------------|----------------|------------------|\n| Mean Absolute Error | 0.54 | 0.51 |\n| Pearson Correlation | 0.01 | 0.20 |\n| Spearman Correlation | 0.04 | 0.03 |\n| R\u00b2 (R-Squared) | -19.46 | -24.12 |",
"gene_wise_cv": "| Metric | Training Value |\n|-------------------------|----------------|\n| Mean Absolute Error | 0.61 |\n| Pearson Correlation | 0.07 |\n| Spearman Correlation | 0.10 |\n| R\u00b2 (R-Squared) | -1.52 |",
"diff_exp": "| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| 0 | 0.00 | 0.87 | -0.16 | -0.10 | 0.45 | 0.27 | 50.00 |\n| 1 | 0.20 | 0.85 | 0.00 | 0.05 | 0.49 | 0.28 | 43.00 |\n| 2 | 0.00 | 0.96 | -0.14 | -0.13 | 0.49 | 0.30 | 43.00 |\n| 3 | 0.20 | 0.84 | 0.24 | 0.24 | 0.56 | 0.44 | 40.00 |\n| 4 | 0.20 | 0.89 | 0.14 | 0.09 | 0.45 | 0.22 | 33.00 |\n| 5 | 0.20 | 0.93 | 0.04 | 0.06 | 0.59 | 0.33 | 32.00 |\n| 6 | 0.10 | 0.98 | 0.04 | 0.03 | 0.39 | 0.05 | 30.00 |\n| 7 | 0.00 | 0.96 | 0.05 | 0.03 | 0.57 | 0.32 | 30.00 |\n| 8 | 0.10 | 1.06 | -0.08 | -0.06 | 0.46 | 0.22 | 28.00 |\n| 9 | 0.00 | 1.20 | -0.16 | -0.12 | 0.47 | 0.34 | 26.00 |\n| 10 | 0.10 | 1.14 | -0.13 | -0.13 | 0.53 | 0.20 | 23.00 |\n| 11 | 0.10 | 1.16 | 0.02 | 0.05 | 0.50 | 0.27 | 22.00 |"
}