Skip to content
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

Move LRP into RelevancePropagation.jl #157

Merged
merged 6 commits into from
Jan 26, 2024
Merged

Move LRP into RelevancePropagation.jl #157

merged 6 commits into from
Jan 26, 2024

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Jan 26, 2024

Closes #152.

This PR removes ExplainableAI's LRP implementation, which has been moved to RelevancePropagation.jl.
XAI methods that heavily rely on Flux primitives should be added to RelevancePropagation.jl in the future.

This allows us to make ExplainableAI.jl a much more light-weight package with fewer dependencies and should signal the possibility to use the package without Flux. Additionally, this dramatically speeds up package testing.

This builds on work on a common interface in XAIBase.jl (see #154) as well as new common documentation using MultiDocumenter.jl:

Julia-XAI org

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (295266c) 95.04% compared to head (ca8d7bd) 89.79%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   95.04%   89.79%   -5.25%     
==========================================
  Files          17        5      -12     
  Lines         706       98     -608     
==========================================
- Hits          671       88     -583     
+ Misses         35       10      -25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adrhill adrhill merged commit 4371d00 into master Jan 26, 2024
6 of 7 checks passed
@adrhill adrhill deleted the ah/remove-lrp branch January 26, 2024 20:03
adrhill added a commit that referenced this pull request Jan 30, 2024
Dependencies and utils were previously moved to XAIBase.jl (#154) and RelevancePropagation.jl (#157)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move LRP into separate package
1 participant