Refactoring deep learning models to work with any explainer#261
Merged
amit-sharma merged 18 commits intomasterfrom Oct 6, 2022
Merged
Refactoring deep learning models to work with any explainer#261amit-sharma merged 18 commits intomasterfrom
amit-sharma merged 18 commits intomasterfrom
Conversation
Unit Test Results261 tests +14 256 ✔️ +14 19m 21s ⏱️ + 8m 27s Results for commit d0127b4. ± Comparison against base commit 2e9d093. This pull request removes 29 and adds 43 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Signed-off-by: Amit Sharma <amit_sharma@live.com>
…t/dice into amshar/method-compat-with-dl-models merging from github
Signed-off-by: Amit Sharma <amit_sharma@live.com>
Signed-off-by: Amit Sharma <amit_sharma@live.com>
Signed-off-by: Amit Sharma <amit_sharma@live.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #261 +/- ##
==========================================
+ Coverage 71.47% 71.92% +0.44%
==========================================
Files 25 26 +1
Lines 3464 3537 +73
==========================================
+ Hits 2476 2544 +68
- Misses 988 993 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Amit Sharma <amit_sharma@live.com>
Signed-off-by: Amit Sharma <amit_sharma@live.com>
This file contains hidden or 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
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.
[READY TO MERGE]
Refactors deep learning model and explainers so that they are compatible with the sklearn explainers. sklearn explainers do not need access to gradient, so they should also work for deep learning models.
modelneeds to handle the conversion from raw to one hot encoded dataPossible fix to #246