-
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
Model overview: new cohorts should show up #1519
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1519 +/- ##
=======================================
Coverage 87.27% 87.27%
=======================================
Files 108 108
Lines 5108 5108
=======================================
Hits 4458 4458
Misses 650 650
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Will e2e tests be added in later PR? |
...essment/src/lib/ModelAssessmentDashboard/Controls/ModelOverview/ChartConfigurationFlyout.tsx
Outdated
Show resolved
Hide resolved
No. It's a really good point. I added them and promptly discovered a bug! Thanks for the suggestion. |
Description
So far, newly added cohorts showed up in the table/heatmap, but not in the chart below. This is because we have a configuration panel for this cohort selection and new cohorts were treated like the unselected cohorts as the panel wasn't aware of the difference. This PR changes this and auto-selects new cohorts for the charts.
Old behavior:
Dashboard.-.Google.Chrome.2022-06-24.17-17-52.mp4
New behavior:
Dashboard.-.Google.Chrome.2022-06-24.17-13-17.mp4
Checklist