Update README.md
Browse files
README.md
CHANGED
@@ -16,3 +16,20 @@ tags:
|
|
16 |
---
|
17 |
|
18 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |

|
19 |
+
|
20 |
+
```py
|
21 |
+
Classification Report:
|
22 |
+
precision recall f1-score support
|
23 |
+
|
24 |
+
Bacterialblight 0.8853 0.9596 0.9210 1585
|
25 |
+
Blast 0.9271 0.8472 0.8853 1440
|
26 |
+
Brownspot 0.9746 0.9369 0.9554 1600
|
27 |
+
Healthy 1.0000 1.0000 1.0000 1488
|
28 |
+
Tungro 0.9589 0.9977 0.9779 1308
|
29 |
+
|
30 |
+
accuracy 0.9477 7421
|
31 |
+
macro avg 0.9492 0.9483 0.9479 7421
|
32 |
+
weighted avg 0.9486 0.9477 0.9474 7421
|
33 |
+
```
|
34 |
+
|
35 |
+

|