-
Notifications
You must be signed in to change notification settings - Fork 213
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
feat: SHAP values for binary classification [target: r2025.0] #2635
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
ahuber21
requested review from
razdoburdin,
avolkov-intel,
icfaust,
Alexsandruss,
samir-nasibli and
Alexandr-Solovev
as code owners
January 19, 2024 10:20
ahuber21
force-pushed
the
dev/ahuber/shap-clsf
branch
from
January 22, 2024 09:01
3887018
to
c44ab83
Compare
ahuber21
changed the title
Add SHAP values for binary classification
feat: SHAP values for binary classification
Jan 22, 2024
/intelci: run |
cpp/daal/include/algorithms/gradient_boosted_trees/gbt_classification_predict_types.h
Outdated
Show resolved
Hide resolved
This reverts commit 375dacd.
ahuber21
changed the title
feat: SHAP values for binary classification
feat: SHAP values for binary classification [target: r2025.0]
Feb 15, 2024
This reverts commit f5072c5.
There is no way around the API-breaking change. I will finish the work as much as possible, but merging needs to be postponed to a major release. |
ahuber21
requested review from
samir-nasibli
and removed request for
icfaust,
samir-nasibli,
razdoburdin and
Alexsandruss
February 16, 2024 09:09
ahuber21
requested review from
Vika-F
and removed request for
Alexandr-Solovev and
avolkov-intel
February 16, 2024 09:09
/intelci: run |
/intelci: run |
/intelci: run |
icfaust
approved these changes
Sep 2, 2024
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
/intelci: run |
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
Enable calculation of SHAP values for binary classification models
Changes proposed in this pull request:
ToDos: