-
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 cohorts #1686
Vision dashboard cohorts #1686
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1686 +/- ##
===========================================
+ Coverage 78.93% 90.20% +11.27%
===========================================
Files 19 39 +20
Lines 1315 1716 +401
===========================================
+ Hits 1038 1548 +510
+ Misses 277 168 -109
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. |
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.
Approved with some comments
apps/dashboard/src/interpret-vision/__mock_data__/visionData.ts
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/CohortToolBar.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/ImageList.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Outdated
Show resolved
Hide resolved
3245f47
to
7ea4242
Compare
@@ -51,6 +51,16 @@ const leftArrow: IIconProps = { | |||
}; | |||
|
|||
export class DataCharacteristicsRow extends React.Component<IDataCharacteristicsRowProps> { | |||
/* |
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.
remove commented code
you can fix the remaining comment in next PR, let me merge this now since you have several follow-up PRs depending on this one |
FYI many of the file changes are just mock data
Adds cohort functionality to the vision dashboard, integrated with the model assessment cohorts. Build off of the model assessment PR. Enables users to:
Description
Checklist