Each metric/model combination has a weight. The database stores both a history of these values and the current value in separate tables for speed. These weights are logically attached to the grid.
A gridded heatmap with metrics along x and models along y (or the other way around, doesn't matter) seems the best way to display this information. May then want a time slider to see how the heatmap has changed over time. The whole time series can get large (tens of thousands of points per metric/model combination)
It may be the case that the necessary API endpoints don't yet exist, will investigate
Each metric/model combination has a weight. The database stores both a history of these values and the current value in separate tables for speed. These weights are logically attached to the grid.
A gridded heatmap with metrics along x and models along y (or the other way around, doesn't matter) seems the best way to display this information. May then want a time slider to see how the heatmap has changed over time. The whole time series can get large (tens of thousands of points per metric/model combination)
It may be the case that the necessary API endpoints don't yet exist, will investigate