Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add boxes in bias_leaderboard #845

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Add boxes in bias_leaderboard #845

merged 2 commits into from
Jun 12, 2024

Conversation

Sbozzolo
Copy link
Member

In this next iteration of the leaderboard, I am now using Makie boxplot.

Draw a Tukey style boxplot. The boxplot has 3 components:

  • a crossbar spanning the interquartile (IQR) range with a midline marking the median
  • an errorbar whose whiskers span range * iqr
  • points marking outliers, that is, data outside the whiskers

image

I tried plotting individual models to see how they would look like, but I couldn't get something that is properly readable. I can highlight specific models, if some are more useful/important than others.

@Sbozzolo
Copy link
Member Author

Sbozzolo commented Jun 12, 2024

image

@Sbozzolo Sbozzolo requested a review from szy21 June 12, 2024 14:53
Copy link
Member

@szy21 szy21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Sbozzolo Sbozzolo merged commit 416cee5 into main Jun 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants