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

|