canergen commited on
Commit
c34e435
·
verified ·
1 Parent(s): 233fa2b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -32,21 +32,21 @@ computed on a 10% random subset of the data that was not used for training.
32
 
33
  | Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
34
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
35
- | eye photoreceptor cell | 146 | 1.00 | 0.99 | 0.96 | 0.99 | 0.00 | 0.99 | 1.00 | 0.99 | 1.00 |
36
- | enteroglial cell | 82 | 1.00 | 0.99 | 0.95 | 1.00 | 0.00 | 1.00 | 1.00 | 1.00 | 1.00 |
37
  | neuron | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
38
- | retinal bipolar neuron | 3 | 0.75 | 0.50 | 0.50 | 0.67 | 0.00 | 0.57 | 1.00 | 0.50 | 1.00 |
39
- | retina horizontal cell | 1 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.67 | 0.00 | 0.00 | 0.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
- | eye photoreceptor cell | 1379 | 1.00 | 1.00 | 0.98 | 0.99 | 0.00 | 1.00 | 1.00 | 1.00 | 1.00 |
46
- | enteroglial cell | 864 | 1.00 | 0.95 | 0.96 | 0.99 | 0.00 | 1.00 | 1.00 | 1.00 | 1.00 |
47
- | neuron | 68 | 0.98 | 0.00 | 0.90 | 0.92 | 0.00 | 0.99 | 1.00 | 0.99 | 0.99 |
48
- | retinal bipolar neuron | 54 | 0.91 | 0.76 | 0.94 | 0.87 | 0.00 | 0.97 | 1.00 | 0.96 | 1.00 |
49
- | retina horizontal cell | 4 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.67 | 1.00 | 0.89 | 1.00 |
50
 
51
  </details>
52
 
 
32
 
33
  | Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
34
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
35
+ | eye photoreceptor cell | 150 | 1.00 | 0.99 | 0.96 | 0.99 | 0.00 | 0.99 | 1.00 | 0.99 | 0.99 |
36
+ | enteroglial cell | 78 | 1.00 | 0.99 | 0.95 | 0.97 | 0.00 | 0.99 | 1.00 | 1.00 | 1.00 |
37
  | neuron | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
38
+ | retinal bipolar neuron | 4 | 0.89 | 0.40 | 0.40 | 0.57 | 0.00 | 0.89 | 1.00 | 0.75 | 0.86 |
39
+ | retina horizontal cell | 1 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.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
+ | eye photoreceptor cell | 1375 | 1.00 | 1.00 | 0.98 | 0.99 | 0.00 | 1.00 | 1.00 | 1.00 | 1.00 |
46
+ | enteroglial cell | 864 | 1.00 | 0.95 | 0.96 | 1.00 | 0.00 | 1.00 | 1.00 | 1.00 | 1.00 |
47
+ | neuron | 72 | 0.99 | 0.00 | 0.90 | 1.00 | 0.00 | 0.97 | 1.00 | 1.00 | 1.00 |
48
+ | retinal bipolar neuron | 53 | 0.95 | 0.77 | 0.94 | 0.71 | 0.00 | 0.96 | 1.00 | 1.00 | 0.99 |
49
+ | retina horizontal cell | 4 | 0.00 | 0.00 | 0.00 | 0.40 | 0.00 | 0.67 | 1.00 | 1.00 | 0.86 |
50
 
51
  </details>
52