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

Vision dashboard data characteristics tab #1675

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

jamesbchao
Copy link
Contributor

@jamesbchao jamesbchao commented Aug 30, 2022

The data characteristics tab, now that the backend has been merged. The data characteristics tab allows users to filter by predicted label to allow users to quickly see which labels are the most problematic.

New features since previous PR's:

  • added back arrow to go back to previous items after clicking forward arrow
  • list of labels is now sorted by # error instances

Screenshot (52)
Screenshot (53)

Description

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.

@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2022

Codecov Report

Merging #1675 (d0c3753) into main (cb46dc3) will increase coverage by 1.32%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1675      +/-   ##
==========================================
+ Coverage   88.88%   90.20%   +1.32%     
==========================================
  Files         105       39      -66     
  Lines        5553     1716    -3837     
==========================================
- Hits         4936     1548    -3388     
+ Misses        617      168     -449     
Flag Coverage Δ
unittests 90.20% <ø> (+1.32%) ⬆️

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

Impacted Files Coverage Δ
raiwidgets/raiwidgets/error_handling.py
...sibleai/responsibleai/rai_insights/rai_insights.py
...nsibleai/databalanceanalysis/data_balance_utils.py
raiwidgets/raiwidgets/interfaces.py
...i/responsibleai/managers/error_analysis_manager.py
raiwidgets/raiwidgets/model_analysis_dashboard.py
...eai/responsibleai/databalanceanalysis/constants.py
responsibleai/responsibleai/exceptions.py
...bleai/responsibleai/_tools/causal/causal_config.py
...ai/databalanceanalysis/feature_balance_measures.py
... and 56 more

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

@jamesbchao jamesbchao force-pushed the jbchao/vision-dashboard-dc branch from 1c25388 to 589fab6 Compare August 30, 2022 00:48
1 similar comment
@jamesbchao jamesbchao force-pushed the jbchao/vision-dashboard-dc branch from 589fab6 to cea8a5e Compare August 30, 2022 02:27
1 similar comment
@jamesbchao jamesbchao force-pushed the jbchao/vision-dashboard-dc branch from e0f8bd8 to 0d520d3 Compare September 1, 2022 00:04
className={classNames.mainContainer}
tokens={{ childrenGap: "l1" }}
>
<Stack.Item style={{ width: "100%" }}>
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: move to styles file

@jamesbchao jamesbchao force-pushed the jbchao/vision-dashboard-dc branch from 0d520d3 to d0c3753 Compare September 1, 2022 02:12
Copy link
Contributor

@imatiach-msft imatiach-msft left a comment

Choose a reason for hiding this comment

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

This looks great, thank you for the quick fixes!

@imatiach-msft imatiach-msft merged commit 692106f into main Sep 1, 2022
@imatiach-msft imatiach-msft deleted the jbchao/vision-dashboard-dc branch September 1, 2022 04:51
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.

3 participants