Update README.md
Browse files
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 |
+

|
19 |
+
|