prithivMLmods commited on
Commit
14dc28e
·
verified ·
1 Parent(s): d0d0fac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
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
+ ![download.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/T-KTVwt2YWoEjg6cB_rgh.png)