Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
```py
|
6 |
+
Classification Report:
|
7 |
+
precision recall f1-score support
|
8 |
+
|
9 |
+
Buildings and Structures 0.8881 0.9498 0.9179 2190
|
10 |
+
Desert 0.9649 0.9480 0.9564 2000
|
11 |
+
Forest Area 0.9807 0.9855 0.9831 2271
|
12 |
+
Hill or Mountain 0.8616 0.8993 0.8800 2512
|
13 |
+
Ice Glacier 0.9114 0.8382 0.8732 2404
|
14 |
+
Sea or Ocean 0.9328 0.9525 0.9426 2274
|
15 |
+
Street View 0.9476 0.9106 0.9287 2382
|
16 |
+
|
17 |
+
accuracy 0.9245 16033
|
18 |
+
macro avg 0.9267 0.9263 0.9260 16033
|
19 |
+
weighted avg 0.9253 0.9245 0.9244 16033
|
20 |
+
```
|
21 |
+
|
22 |
+

|