-
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
add toggle for switching classes in binary classification case #1444
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
Codecov Report
@@ Coverage Diff @@
## main #1444 +/- ##
==========================================
+ Coverage 85.39% 87.15% +1.76%
==========================================
Files 58 104 +46
Lines 2862 4897 +2035
==========================================
+ Hits 2444 4268 +1824
- Misses 418 629 +211
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
b5644a4
to
4ffd670
Compare
romanlutz
approved these changes
May 23, 2022
1 similar comment
4ffd670
to
b33cac5
Compare
b33cac5
to
218ff29
Compare
218ff29
to
70f32cb
Compare
ms-kashyap
pushed a commit
that referenced
this pull request
Jun 7, 2022
This was referenced Jun 9, 2022
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
In the binary classification case for the aggregate feature importances and local importances (in the explanation component which is used in the RAI Dashboard, explanation dashboard, and error analysis dashboard), this PR adds the same drop-down as in multiclass case to allow the user to switch between the two binary classes. Please see long-standing item:
#374
Previously we would only show class 0 to users which was really, really confusing them a lot.
Screenshot for aggregate feature importances view:
Checklist