prithivMLmods commited on
Commit
715ec8e
·
verified ·
1 Parent(s): 601dd0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ```py
5
+ Classification Report:
6
+ precision recall f1-score support
7
+
8
+ No Tumor 0.9975 0.9962 0.9969 1595
9
+ Glioma 0.9872 0.9947 0.9910 1321
10
+ Meningioma 0.9880 0.9821 0.9850 1339
11
+ Pituitary 0.9931 0.9931 0.9931 1457
12
+
13
+ accuracy 0.9918 5712
14
+ macro avg 0.9915 0.9915 0.9915 5712
15
+ weighted avg 0.9918 0.9918 0.9918 5712
16
+ ```
17
+
18
+ ![download.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/AzW7SbNOuh9cxrV-8Kq8q.png)
19
+