prithivMLmods commited on
Commit
12454e5
·
verified ·
1 Parent(s): 2a2ab8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -2,4 +2,21 @@
2
  license: apache-2.0
3
  datasets:
4
  - prithivMLmods/WeatherNet-05
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  datasets:
4
  - prithivMLmods/WeatherNet-05
5
+ ---
6
+
7
+ ```py
8
+ Classification Report:
9
+ precision recall f1-score support
10
+
11
+ cloudy/overcast 0.8493 0.8762 0.8625 6702
12
+ foggy/hazy 0.8340 0.8128 0.8233 1261
13
+ rain/strom 0.7644 0.7592 0.7618 1927
14
+ snow/frosty 0.8341 0.8448 0.8394 1875
15
+ sun/clear 0.9124 0.8846 0.8983 6274
16
+
17
+ accuracy 0.8589 18039
18
+ macro avg 0.8388 0.8355 0.8371 18039
19
+ weighted avg 0.8595 0.8589 0.8591 18039
20
+ ```
21
+
22
+ ![download (1).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/T3MuycHMZDoAhjp3V5Z0p.png)