dima806 commited on
Commit
9289021
1 Parent(s): 37e39fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -3,4 +3,19 @@ license: apache-2.0
3
  metrics:
4
  - accuracy
5
  ---
6
- See https://www.kaggle.com/code/dima806/chest-x-ray-pneumonia-detection for details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  metrics:
4
  - accuracy
5
  ---
6
+ Checks whether there is a pneumonia based on chest X-ray image.
7
+
8
+ See https://www.kaggle.com/code/dima806/chest-x-ray-pneumonia-detection for details.
9
+
10
+ ```
11
+ Classification report:
12
+
13
+ precision recall f1-score support
14
+
15
+ NORMAL 0.9603 0.9614 0.9608 855
16
+ PNEUMONIA 0.9614 0.9602 0.9608 855
17
+
18
+ accuracy 0.9608 1710
19
+ macro avg 0.9608 0.9608 0.9608 1710
20
+ weighted avg 0.9608 0.9608 0.9608 1710
21
+ ```