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

Adds CaptumExplainer class #6383

Merged
merged 13 commits into from
Jan 10, 2023
Merged

Adds CaptumExplainer class #6383

merged 13 commits into from
Jan 10, 2023

Conversation

RBendias
Copy link
Contributor

@RBendias RBendias self-assigned this Jan 10, 2023
@codecov
Copy link

codecov bot commented Jan 10, 2023

Codecov Report

Merging #6383 (46266c8) into master (be73d96) will increase coverage by 0.00%.
The diff coverage is 91.66%.

❗ Current head 46266c8 differs from pull request most recent head 3f82af2. Consider uploading reports for the commit 3f82af2 to get more accurate results

@@           Coverage Diff           @@
##           master    #6383   +/-   ##
=======================================
  Coverage   84.63%   84.64%           
=======================================
  Files         394      395    +1     
  Lines       21467    21490   +23     
=======================================
+ Hits        18169    18190   +21     
- Misses       3298     3300    +2     
Impacted Files Coverage Δ
torch_geometric/explain/algorithm/base.py 93.33% <ø> (ø)
...ch_geometric/explain/algorithm/captum_explainer.py 90.47% <90.47%> (ø)
torch_geometric/explain/algorithm/__init__.py 100.00% <100.00%> (ø)
torch_geometric/explain/config.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@rusty1s rusty1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can merge this with test_captum.py and captum.py since Vid's PR just landed.

torch_geometric/explain/algorithm/captum_explainer.py Outdated Show resolved Hide resolved
torch_geometric/explain/algorithm/captum_explainer.py Outdated Show resolved Hide resolved
torch_geometric/explain/algorithm/captum_explainer.py Outdated Show resolved Hide resolved
torch_geometric/explain/algorithm/captum_explainer.py Outdated Show resolved Hide resolved
torch_geometric/explain/algorithm/__init__.py Outdated Show resolved Hide resolved
@rusty1s rusty1s enabled auto-merge (squash) January 10, 2023 11:41
@rusty1s rusty1s merged commit 89cf035 into master Jan 10, 2023
@rusty1s rusty1s deleted the captumexplainer branch January 10, 2023 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants