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

Refactor Explanation struct #126

Merged
merged 4 commits into from
Aug 23, 2023
Merged

Refactor Explanation struct #126

merged 4 commits into from
Aug 23, 2023

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Aug 22, 2023

Remove LRP-specific layerwise_relevances and replace it by optional named tuple extras.

Closes #123.

remove LRP-specific `layerwise_relevances` and replace it by optional named tuple `extras`.
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #126 (8ebd95c) into master (bcd2a6f) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   93.18%   93.19%   +0.01%     
==========================================
  Files          18       18              
  Lines         646      647       +1     
==========================================
+ Hits          602      603       +1     
  Misses         44       44              
Files Changed Coverage Δ
src/analyze_api.jl 100.00% <ø> (ø)
src/gradient.jl 100.00% <100.00%> (ø)
src/input_augmentation.jl 95.91% <100.00%> (ø)
src/lrp/lrp.jl 96.55% <100.00%> (+0.12%) ⬆️

@adrhill adrhill merged commit 4a11941 into master Aug 23, 2023
7 checks passed
@adrhill adrhill deleted the ah/expl-output branch August 23, 2023 12:49
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.

Refactor results struct
1 participant