-
Notifications
You must be signed in to change notification settings - Fork 383
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
Conversation
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
1c25388
to
589fab6
Compare
1 similar comment
589fab6
to
cea8a5e
Compare
1 similar comment
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristics.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristics.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristics.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristics.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristicsHeader.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristicsRow.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristicsRow.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Outdated
Show resolved
Hide resolved
e0f8bd8
to
0d520d3
Compare
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristics.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/DataCharacteristicsLegend.tsx
Show resolved
Hide resolved
className={classNames.mainContainer} | ||
tokens={{ childrenGap: "l1" }} | ||
> | ||
<Stack.Item style={{ width: "100%" }}> |
There was a problem hiding this comment.
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
0d520d3
to
d0c3753
Compare
There was a problem hiding this 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!
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:
Description
Checklist