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

Add Integrated Gradients analyzer #65

Merged
merged 14 commits into from
May 25, 2022
Merged

Add Integrated Gradients analyzer #65

merged 14 commits into from
May 25, 2022

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented May 24, 2022

closes #54.

Includes breaking changes as it renames the generic name InputAugmentation to the more specific NoiseAugmentation to make space for the new InterpolationAugmentation.

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2022

Codecov Report

Merging #65 (725b722) into master (f1b89ab) will increase coverage by 0.21%.
The diff coverage is 94.44%.

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   96.55%   96.76%   +0.21%     
==========================================
  Files          11       11              
  Lines         290      309      +19     
==========================================
+ Hits          280      299      +19     
  Misses         10       10              
Impacted Files Coverage Δ
src/input_augmentation.jl 95.91% <94.11%> (+2.36%) ⬆️
src/gradient.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1b89ab...725b722. Read the comment docs.

@adrhill adrhill merged commit af5a2d8 into master May 25, 2022
@adrhill adrhill deleted the ah/integrated-grads branch May 25, 2022 13:57
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.

Add Integrated Gradients analyzer
2 participants