Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
```py
|
5 |
+
Accuracy: 0.9863
|
6 |
+
F1 Score: 0.9858
|
7 |
+
|
8 |
+
Classification Report:
|
9 |
+
precision recall f1-score support
|
10 |
+
|
11 |
+
Annual Crop 0.9866 0.9810 0.9838 3000
|
12 |
+
Forest 0.9927 0.9957 0.9942 3000
|
13 |
+
Herbaceous Vegetation 0.9697 0.9800 0.9748 3000
|
14 |
+
Highway 0.9826 0.9928 0.9877 2500
|
15 |
+
Industrial 0.9964 0.9916 0.9940 2500
|
16 |
+
Pasture 0.9882 0.9610 0.9744 2000
|
17 |
+
Permanent Crop 0.9690 0.9760 0.9725 2500
|
18 |
+
Residential 0.9940 0.9970 0.9955 3000
|
19 |
+
River 0.9864 0.9872 0.9868 2500
|
20 |
+
Sea Lake 0.9963 0.9923 0.9943 3000
|
21 |
+
|
22 |
+
accuracy 0.9863 27000
|
23 |
+
macro avg 0.9862 0.9855 0.9858 27000
|
24 |
+
weighted avg 0.9863 0.9863 0.9863 27000
|
25 |
+
```
|
26 |
+
|
27 |
+

|