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

Use "lower whisker" and "upper whisker" instead of misleading "minimum" and "maximum" on boxplot tooltips #1825

Merged
merged 6 commits into from
Dec 2, 2022

Conversation

romanlutz
Copy link
Contributor

Description

After a fairly lengthy (but nevertheless interesting!) discussion about boxplot tooltip labels back in April I got the task assigned to fix it. Rereading the thread today it seemed like "lower whisker" and "upper whisker" were preferred.

As this is the tooltip of the series, not the overall chart, I didn't find a way to make it just the default option, but rather added it to the three existing box plots in the dataset explorer, model overview, and feature importance components.

model overview
image

dataset explorer
image

feature importance:
image

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@romanlutz romanlutz enabled auto-merge (squash) December 2, 2022 15:55
1 similar comment
@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2022

Codecov Report

Merging #1825 (bcdca84) into main (46afc20) will decrease coverage by 12.21%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #1825       +/-   ##
===========================================
- Coverage   88.54%   76.32%   -12.22%     
===========================================
  Files          96       26       -70     
  Lines        5490      528     -4962     
===========================================
- Hits         4861      403     -4458     
+ Misses        629      125      -504     
Flag Coverage Δ
unittests 76.32% <ø> (-12.22%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...leai/responsibleai/modelanalysis/model_analysis.py
...ai/databalanceanalysis/feature_balance_measures.py
erroranalysis/erroranalysis/report/error_report.py
responsibleai/responsibleai/managers/__init__.py
raiwidgets/raiwidgets/cohort.py
...ranalysis/erroranalysis/_internal/cohort_filter.py
...sibleai/responsibleai/_tools/shared/base_result.py
...sponsibleai/responsibleai/managers/base_manager.py
responsibleai/responsibleai/_tools/__init__.py
...ponsibleai/databalanceanalysis/balance_measures.py
... and 60 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@romanlutz romanlutz merged commit b733264 into main Dec 2, 2022
@romanlutz romanlutz deleted the romanlutz/boxplot_tooltips branch December 2, 2022 22:14
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.

6 participants