Mosqlimate-project / visualization

In this repo, we prototype visualizations for the data available on the mosqlimate platform.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Add spatial viz and error bar code #10

Closed eduardocorrearaujo closed 9 months ago

eduardocorrearaujo commented 9 months ago

In this PR, the code to generate the error bar comparison for different metrics of the forecast models and a prototype of the spatial visualization of spatial forecast models are added.

eduardocorrearaujo commented 9 months ago

For the viz, we should round all floats (predictions, incidence, etc) to 2 decimal places. If possible, replace all geocodes with names.

In the spatial_viz.png plot translate all text to english. are the error bars really min-max?

In the figure bar_error.png a MAE of 240000 seem too large. the absolute error should be on the scale of the data.

It is the min/max of the 70% CI

fccoelho commented 9 months ago

For the viz, we should round all floats (predictions, incidence, etc) to 2 decimal places. If possible, replace all geocodes with names. In the spatial_viz.png plot translate all text to english. are the error bars really min-max? In the figure bar_error.png a MAE of 240000 seem too large. the absolute error should be on the scale of the data.

It is the min/max of the 70% CI

Then it should say "15-85 percentile range" but this is too long to put on the x axis label. It could go as a small text below the figure.