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 cohorts #1686

Merged
merged 3 commits into from
Sep 7, 2022
Merged

Conversation

jamesbchao
Copy link
Contributor

@jamesbchao jamesbchao commented Sep 5, 2022

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:

  • create a new global cohort by selecting items (dragging or clicking) and pressing the "Save cohort" button in the table view
  • switch between cohorts locally with the cohort dropdown menu

Screenshot (61)
Screenshot (62)
Screenshot (63)
Screenshot (64)

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 Sep 5, 2022

Codecov Report

Merging #1686 (7ea4242) into main (0ebfb88) will increase coverage by 11.27%.
The diff coverage is n/a.

@@             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     
Flag Coverage Δ
unittests 90.20% <ø> (+11.27%) ⬆️

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

Impacted Files Coverage Δ
...idgets/raiwidgets/responsibleai_dashboard_input.py
raiwidgets/raiwidgets/dashboard.py
raiwidgets/raiwidgets/responsibleai_dashboard.py
raiwidgets/raiwidgets/model_analysis_dashboard.py
raiwidgets/raiwidgets/error_analysis_dashboard.py
...iwidgets/raiwidgets/model_performance_dashboard.py
...dgets/raiwidgets/error_analysis_dashboard_input.py
raiwidgets/raiwidgets/interfaces.py
...iwidgets/raiwidgets/explanation_dashboard_input.py
raiwidgets/raiwidgets/__version__.py
... and 48 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 mentioned this pull request Sep 6, 2022
3 tasks
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.

Approved with some comments

@jamesbchao jamesbchao force-pushed the jbchao/vision-dashboard-cohorts branch from 3245f47 to 7ea4242 Compare September 6, 2022 18:20
@@ -51,6 +51,16 @@ const leftArrow: IIconProps = {
};

export class DataCharacteristicsRow extends React.Component<IDataCharacteristicsRowProps> {
/*
Copy link
Contributor

Choose a reason for hiding this comment

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

remove commented code

@imatiach-msft
Copy link
Contributor

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

@imatiach-msft imatiach-msft merged commit 32297b6 into main Sep 7, 2022
@imatiach-msft imatiach-msft deleted the jbchao/vision-dashboard-cohorts branch September 7, 2022 14:52
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