pereza commited on
Commit
5eaaaf0
1 Parent(s): dda9c2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -208,7 +208,13 @@ of squared differences between predictions and actual values.
208
  These metrics not only underscore the model's capability to predict with greater precision but also emphasize its reduced propensity for errors.
209
  In comparison to the bicubic interpolation baseline, our model's superior predictive accuracy is evident, positioning it as a more reliable tool for this task.
210
 
211
- ![metric-map](metric-diff-map.png)
 
 
 
 
 
 
212
 
213
 
214
 
 
208
  These metrics not only underscore the model's capability to predict with greater precision but also emphasize its reduced propensity for errors.
209
  In comparison to the bicubic interpolation baseline, our model's superior predictive accuracy is evident, positioning it as a more reliable tool for this task.
210
 
211
+ - Mean absolute error (MAE):
212
+
213
+ ![mae](metric_global_map_diff_var-mae.png)
214
+
215
+ - Root mean squared error (RMSE):
216
+
217
+ ![rmse](metric_global_map_diff_var-rmse.png)
218
 
219
 
220