Radar chart (spider chart) #297
jsmariegaard
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
The ordering of cases (e.g. observation locations) suddenly becomes important for this type of visualization to make sense. If the visual is aimed at spotting some systematic patterns of model performance. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Recently, I have seen a lot of these when people compare performance of different LLMs: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ovho-dhi - @clemenscremer tells me that you are an expert on this. I wonder if you could help us implement this or maybe add an example? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The radar chart is becoming more and more popular. I think it could be useful for multi-observation (at least 4) and multi-model cases. See the example below and imagine that "community 1" and "community 2" are two different models and each radii representing an observation. A single chart should show a single metric:
Here is some sample matplotlib code that could get us started:
https://matplotlib.org/stable/gallery/specialty_plots/radar_chart.html
Beta Was this translation helpful? Give feedback.
All reactions