canergen commited on
Commit
303ea60
·
verified ·
1 Parent(s): 479070b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -33,19 +33,19 @@ computed on a 10% random subset of the data that was not used for training.
33
 
34
  | Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
35
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
36
- | spermatid | 409 | 0.98 | 0.98 | 0.99 | 0.99 | 0.00 | 0.99 | 0.99 | 0.98 | 0.99 |
37
- | spermatocyte | 304 | 0.98 | 0.96 | 0.98 | 0.97 | 0.00 | 0.97 | 0.99 | 0.97 | 0.98 |
38
- | male germ cell | 7 | 0.92 | 1.00 | 0.92 | 0.71 | 0.00 | 0.92 | 0.92 | 0.92 | 0.92 |
39
- | spermatogonium | 6 | 1.00 | 0.50 | 0.80 | 0.25 | 0.00 | 0.80 | 1.00 | 1.00 | 1.00 |
40
 
41
  The train accuracies are computed on the training data.
42
 
43
  | Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
44
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
45
- | spermatid | 3600 | 0.98 | 0.98 | 0.99 | 0.99 | 0.00 | 0.98 | 0.99 | 0.98 | 0.99 |
46
- | spermatocyte | 2766 | 0.97 | 0.98 | 0.99 | 0.98 | 0.00 | 0.97 | 0.98 | 0.97 | 0.99 |
47
- | male germ cell | 109 | 0.96 | 0.96 | 0.98 | 0.90 | 0.00 | 0.99 | 1.00 | 1.00 | 0.98 |
48
- | spermatogonium | 58 | 0.79 | 0.82 | 0.91 | 0.36 | 0.00 | 0.80 | 0.95 | 0.91 | 0.92 |
49
 
50
  </details>
51
 
 
33
 
34
  | Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
35
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
36
+ | spermatid | 396 | 0.97 | 0.98 | 0.98 | 0.98 | 0.00 | 0.97 | 0.98 | 0.98 | 0.98 |
37
+ | spermatocyte | 314 | 0.96 | 0.97 | 0.98 | 0.96 | 0.00 | 0.93 | 0.97 | 0.97 | 0.98 |
38
+ | male germ cell | 10 | 1.00 | 1.00 | 1.00 | 0.91 | 0.00 | 0.77 | 1.00 | 1.00 | 1.00 |
39
+ | spermatogonium | 6 | 0.92 | 0.80 | 0.92 | 0.44 | 0.00 | 0.39 | 0.86 | 0.91 | 0.92 |
40
 
41
  The train accuracies are computed on the training data.
42
 
43
  | Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
44
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
45
+ | spermatid | 3613 | 0.99 | 0.98 | 0.99 | 0.99 | 0.00 | 0.99 | 0.99 | 0.99 | 0.99 |
46
+ | spermatocyte | 2756 | 0.98 | 0.97 | 0.99 | 0.98 | 0.00 | 0.96 | 0.99 | 0.98 | 0.99 |
47
+ | male germ cell | 106 | 0.96 | 0.97 | 0.99 | 0.93 | 0.00 | 0.86 | 1.00 | 0.99 | 0.99 |
48
+ | spermatogonium | 58 | 0.77 | 0.85 | 0.90 | 0.57 | 0.00 | 0.48 | 0.94 | 0.94 | 0.94 |
49
 
50
  </details>
51