prithivMLmods commited on
Commit
886bf51
·
verified ·
1 Parent(s): 7d7027b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -2,4 +2,32 @@
2
  license: apache-2.0
3
  datasets:
4
  - jonathan-roberts1/GID
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  datasets:
4
  - jonathan-roberts1/GID
5
+ ---
6
+
7
+ ```py
8
+ Classification Report:
9
+ precision recall f1-score support
10
+
11
+ arbor woodland 0.8868 0.9130 0.8997 2000
12
+ artificial grassland 0.9173 0.9425 0.9297 2000
13
+ dry cropland 0.9320 0.9395 0.9358 2000
14
+ garden plot 0.8639 0.8380 0.8508 2000
15
+ industrial land 0.8967 0.8940 0.8953 2000
16
+ irrigated land 0.8817 0.7865 0.8314 2000
17
+ lake 0.7597 0.8045 0.7814 2000
18
+ natural grassland 0.9770 0.9750 0.9760 2000
19
+ paddy field 0.9305 0.9580 0.9441 2000
20
+ pond 0.7646 0.7405 0.7523 2000
21
+ river 0.8124 0.7945 0.8033 2000
22
+ rural residential 0.8875 0.8325 0.8591 2000
23
+ shrub land 0.8936 0.9195 0.9064 2000
24
+ traffic land 0.9577 0.9510 0.9543 2000
25
+ urban residential 0.7821 0.8470 0.8133 2000
26
+
27
+ accuracy 0.8757 30000
28
+ macro avg 0.8762 0.8757 0.8755 30000
29
+ weighted avg 0.8762 0.8757 0.8755 30000
30
+ ```
31
+
32
+ ![Untitled.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/09-cU54xSrM97DKD66LeU.png)
33
+