-
Notifications
You must be signed in to change notification settings - Fork 395
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
[Big data] Counterfactuals - part 1 #1888
Conversation
Signed-off-by: vinutha karanth <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1888 +/- ##
==========================================
+ Coverage 92.44% 93.35% +0.90%
==========================================
Files 103 93 -10
Lines 4830 4572 -258
==========================================
- Hits 4465 4268 -197
+ Misses 365 304 -61
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. |
Signed-off-by: vinutha karanth <[email protected]>
…olbox into vikarant/bigdataCounterfactualsPart1
1 similar comment
libs/model-assessment/src/lib/ModelAssessmentDashboard/ModelAssessmentDashboardProps.ts
Show resolved
Hide resolved
apps/dashboard/src/model-assessment/__mock_data__/adultCensus.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: vinutha karanth <[email protected]>
…olbox into vikarant/bigdataCounterfactualsPart1
Signed-off-by: vinutha karanth <[email protected]>
Signed-off-by: vinutha karanth <[email protected]>
1 similar comment
libs/model-assessment/src/lib/ModelAssessmentDashboard/ModelAssessmentDashboardProps.ts
Show resolved
Hide resolved
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.
LGTM. I have one question in the PR if you could help clarify/
Signed-off-by: vinutha karanth [email protected]
Description
This PR contains all the other changes needed for counterfactuals other than changes in libs/counterfactuals folder.
Next part will contain all changes in libs/counterfactuals folder.
Checklist