lmoncla commited on
Commit
9f08964
·
verified ·
1 Parent(s): 89963c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -23
README.md CHANGED
@@ -59,17 +59,16 @@ The datasets have the following distribution of entries among datasets and class
59
 
60
  | | Train | Validation | Test|
61
  |---|:---:|:---:|:---:|
62
- | Ville | 4294 | 920 | 921 |
63
- | Île | 590 | 127 | 126 |
64
- | Région | 432 | 92 | 93 |
65
- | Rivière | 352 | 75 | 75 |
66
- | Montagne | 146 | 31 | 31 |
67
- | Pays | 72 | 15 | 16 |
68
- | Mer | 62 | 14 | 13 |
69
- | ConstructionHumaine | 49 | 11 | 10 |
70
- | Lac | 41 | 9 | 9 |
71
- | Autre | 27 | 6 | 6 |
72
-
73
 
74
 
75
  ## Evaluation
@@ -79,30 +78,31 @@ The datasets have the following distribution of entries among datasets and class
79
 
80
  | | Precision | Recall | F-score |
81
  |---|:---:|:---:|:---:|
82
- |0.81 | 0.85 | 0.83 | 1301|
83
 
84
 
85
  * Overall weighted-average model performances
86
 
87
  | | Precision | Recall | F-score |
88
  |---|:---:|:---:|:---:|
89
- |0.97 | 0.97 | 0.97 | 1301|
90
 
91
 
92
  * Model performances (Test set)
93
 
94
  | | Precision | Recall | F-score | Support |
95
  |---|:---:|:---:|:---:|:---:|
96
- | Ville | 0.99 | 0.98 | 0.99 | 921|
97
- | Île | 1.00 | 0.98 | 0.99 | 126|
98
- | Région | 0.90 | 0.94 | 0.92 | 93|
99
- | Rivière | 0.96 | 0.97 | 0.97 | 75|
100
- | Montagne | 0.91 | 0.94 | 0.92 | 31|
101
- | Pays | 0.78 | 0.88 | 0.82 | 16|
102
- | Mer | 0.86 | 0.92 | 0.89 | 13|
103
- |ConstructionHumaine | 0.47 | 0.70 | 0.33 | 10|
104
- | Lac | 0.89 | 0.89 | 0.89 | 9|
105
- | Autre | 0.33 | 0.33 | 0.33 | 6|
 
106
 
107
 
108
 
 
59
 
60
  | | Train | Validation | Test|
61
  |---|:---:|:---:|:---:|
62
+ | Ville | 3786 | 811 | 811 |
63
+ | Île | 543 | 116 | 117 |
64
+ | Rivière | 342 | 73 | 74 |
65
+ | Région | 329 | 70 | 71 |
66
+ | Montagne | 138 | 29 | 30 |
67
+ | Pays | 64 | 14 | 13 |
68
+ | Mer | 57 | 13 | 12 |
69
+ | Autre | 55 | 12 | 12 |
70
+ | ConstructionHumaine | 43 | 10 | 9 |
71
+ | Lac | 44 | 9 | 9 |
 
72
 
73
 
74
  ## Evaluation
 
78
 
79
  | | Precision | Recall | F-score |
80
  |---|:---:|:---:|:---:|
81
+ |0.94 | 0.92 | 0.92 | 1158|
82
 
83
 
84
  * Overall weighted-average model performances
85
 
86
  | | Precision | Recall | F-score |
87
  |---|:---:|:---:|:---:|
88
+ |0.99 | 0.99 | 0.99 | 1158|
89
 
90
 
91
  * Model performances (Test set)
92
 
93
  | | Precision | Recall | F-score | Support |
94
  |---|:---:|:---:|:---:|:---:|
95
+ | Ville | 0.99 | 1.00 | 1.00 | 811|
96
+ | Île | 0.99 | 0.98 | 0.99 | 117|
97
+ | Rivière | 1.00 | 0.99 | 0.99 | 74|
98
+ | Région | 0.97 | 0.94 | 0.96 | 71|
99
+ | Montagne | 0.97 | 0.97 | 0.97 | 30|
100
+ | Pays | 0.87 | 1.00 | 0.93 | 13|
101
+ | Mer | 1.00 | 1.00 | 1.00 | 12|
102
+ | Autre | 0.60 | 0.75 | 0.67 | 12|
103
+ |ConstructionHumaine | 1.00 | 0.67 | 0.80 | 9|
104
+ | Lac | 1.00 | 0.89 | 0.94 | 9|
105
+
106
 
107
 
108