Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,23 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- jonathan-roberts1/RSI-CB256
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- jonathan-roberts1/RSI-CB256
|
5 |
+
---
|
6 |
+
|
7 |
+
```py
|
8 |
+
Classification Report:
|
9 |
+
precision recall f1-score support
|
10 |
+
|
11 |
+
transportation 0.9810 0.9858 0.9834 3300
|
12 |
+
other objects 0.9854 0.9932 0.9893 884
|
13 |
+
woodland 0.9973 0.9958 0.9966 6258
|
14 |
+
water area 0.9870 0.9837 0.9854 4104
|
15 |
+
other land 0.9925 0.9919 0.9922 3593
|
16 |
+
cultivated land 0.9918 0.9901 0.9909 2817
|
17 |
+
construction land 0.9945 0.9963 0.9954 3791
|
18 |
+
|
19 |
+
accuracy 0.9912 24747
|
20 |
+
macro avg 0.9899 0.9910 0.9904 24747
|
21 |
+
weighted avg 0.9912 0.9912 0.9912 24747
|
22 |
+
```
|
23 |
+
|
24 |
+

|