Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,18 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- TheNetherWatcher/DisasterClassification
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- TheNetherWatcher/DisasterClassification
|
5 |
+
---
|
6 |
+
|
7 |
+
```py
|
8 |
+
Classification Report:
|
9 |
+
precision recall f1-score support
|
10 |
+
|
11 |
+
Flooded Scene 0.9172 0.9458 0.9313 609
|
12 |
+
Non Flooded 0.9744 0.9603 0.9673 1309
|
13 |
+
|
14 |
+
accuracy 0.9557 1918
|
15 |
+
macro avg 0.9458 0.9530 0.9493 1918
|
16 |
+
weighted avg 0.9562 0.9557 0.9559 1918
|
17 |
+
```
|
18 |
+
|
19 |
+

|