gongjing commited on
Commit
d791276
·
verified ·
1 Parent(s): d50445f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,15 +3,15 @@ The AIDO.Tissue model is develpoed on spatial single-cell transcriptomic data. T
3
 
4
  # Results
5
 
6
- We evelauted the model on two spatial data task, including predicting niche label and cell density. The metrics are as below:
7
 
8
- niche label type prediction:
9
  | Model | F1-score |
10
  | -------- | ------- |
11
  | AIDO.Tissue | 0.67 |
12
  | Nicheformer | 0.50 |
13
 
14
- cell density prediction:
15
  | Task | Mean absolute error | R square |
16
  | -------- | ------- | ------- |
17
  | AIDO.Tissue | 4.44 | 0.55|
 
3
 
4
  # Results
5
 
6
+ We evelauted the model on two spatial data task, including predicting niche label and cell density. Please refer to [AIDO.tissue-downstream-tasks](https://huggingface.co/datasets/genbio-ai/tissue-downstream-tasks/blob/main/README.md) for more details. Below shows the brief description and evaluation metrics.
7
 
8
+ niche label type prediction: the task is to predict niche type of each cell given spatial expression data (in total 6 types).
9
  | Model | F1-score |
10
  | -------- | ------- |
11
  | AIDO.Tissue | 0.67 |
12
  | Nicheformer | 0.50 |
13
 
14
+ cell density prediction: the task is to predict neighbor cell number of a target cell given the expression profiles.
15
  | Task | Mean absolute error | R square |
16
  | -------- | ------- | ------- |
17
  | AIDO.Tissue | 4.44 | 0.55|