-
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
[Accessibility][Reflow] Error Analysis heat map & Model overview & Counterfactual & Causal analysis #1680
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
Codecov Report
@@ Coverage Diff @@
## main #1680 +/- ##
=======================================
Coverage 88.88% 88.88%
=======================================
Files 105 105
Lines 5553 5553
=======================================
Hits 4936 4936
Misses 617 617
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: Ruby Zhu <zhenzhu@microsoft.com>
2 similar comments
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
1 similar comment
...b/CausalAnalysisDashboard/Controls/CausalAnalysisView/TreatmentView/TreatmentTable.styles.ts
Show resolved
Hide resolved
...b/CausalAnalysisDashboard/Controls/CausalAnalysisView/TreatmentView/TreatmentTable.styles.ts
Show resolved
Hide resolved
vinuthakaranth
approved these changes
Sep 2, 2022
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR includes reflow for Error analysis heat map, model overview, counterfactual and causal analysis
Also includes small changes for Data analysis and counterfactual tooltip
Error Analysis heat map
![image](https://user-images.githubusercontent.com/76190371/187807951-e887eaa2-1363-4686-81a4-5b02fddf3800.png)
![image](https://user-images.githubusercontent.com/76190371/187807973-a82f6e00-f03b-4def-89b0-f2910e155932.png)
![image](https://user-images.githubusercontent.com/76190371/187808117-2d5cf6a5-afde-4c65-8a8e-fb251691b63e.png)
![image](https://user-images.githubusercontent.com/76190371/187808149-200e5f1f-0cb7-425c-a371-c1f44fb879d1.png)
![image](https://user-images.githubusercontent.com/76190371/187808181-0dbac410-29ee-4c3b-b839-ed4671f6b3ea.png)
Model overview
![image](https://user-images.githubusercontent.com/76190371/187808236-4d816431-e93c-4a49-9ac7-690d9b4775b1.png)
![image](https://user-images.githubusercontent.com/76190371/187808294-f57be924-cd17-4b26-be19-546d68321894.png)
![image](https://user-images.githubusercontent.com/76190371/187808323-c31515e2-455d-45fd-9b23-6a18e3d37cc1.png)
Counterfactual
![image](https://user-images.githubusercontent.com/76190371/187808381-dee0a1ac-beaa-4cd0-88b0-8b7bf116f8d7.png)
![image](https://user-images.githubusercontent.com/76190371/187808417-0c60bb86-a8f4-419f-88cf-24293a72b791.png)
![image](https://user-images.githubusercontent.com/76190371/187808461-6499c907-357a-4ad7-abef-97d144ebc995.png)
Counterfactual flyout
![image](https://user-images.githubusercontent.com/76190371/187808518-13a55386-a5b0-4b91-8935-00ea35f6192a.png)
![image](https://user-images.githubusercontent.com/76190371/187808569-67c2f347-8e19-482f-9f7e-c91e89e81a88.png)
![image](https://user-images.githubusercontent.com/76190371/187808639-da67ad63-2338-4cce-99c7-de710a399ee3.png)
Causal analysis
![image](https://user-images.githubusercontent.com/76190371/188032687-07eb701e-b115-43ba-bb0a-8c9de088313e.png)
![image](https://user-images.githubusercontent.com/76190371/188032723-549f8fd2-bd99-481f-98c9-29dccfcc464a.png)
![image](https://user-images.githubusercontent.com/76190371/188032759-53fe09fe-e8f7-416c-bf32-6d6f4553bee0.png)
![image](https://user-images.githubusercontent.com/76190371/188032797-4851c5c8-9dae-431d-a621-455ba45173a0.png)
![image](https://user-images.githubusercontent.com/76190371/188032860-830c0180-9ebd-40bd-bd1b-cd1e65bc623d.png)
![image](https://user-images.githubusercontent.com/76190371/188032885-49fbf33d-388f-4594-ba32-65e1b57c8a9f.png)
![image](https://user-images.githubusercontent.com/76190371/188032919-a6a55040-5b44-4370-a3f0-504e02b74db2.png)
![image](https://user-images.githubusercontent.com/76190371/188032956-cbe3dc84-5e69-4b6e-9dc7-7a8e38c7af6a.png)
![image](https://user-images.githubusercontent.com/76190371/188032982-deaa9c03-c282-47db-bf9b-9aced73a845c.png)
Aggerate causal analysis
Individual causal what-if
treatment policy
Checklist