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 core interface into XAIBase.jl package #154

Merged
merged 13 commits into from
Dec 6, 2023
Merged

Move core interface into XAIBase.jl package #154

merged 13 commits into from
Dec 6, 2023

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Dec 6, 2023

Closes #151.

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9a98f97) 95.41% compared to head (c93a957) 95.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
- Coverage   95.41%   95.04%   -0.38%     
==========================================
  Files          20       17       -3     
  Lines         764      706      -58     
==========================================
- Hits          729      671      -58     
  Misses         35       35              

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

@adrhill
Copy link
Member Author

adrhill commented Dec 6, 2023

This introduces some breaking changes through XAIBase:

  • Explanation field neuron_selection has been renamed to output_selection
  • Explanation field heatmap that describes heatmapping presets has been added
  • heatmap keyword argument cs has been renamed to colorscheme
  • Calling heatmap(input, analyzer) will pass additional arguments and keyword arguments to the analyzer call only.

@adrhill adrhill changed the title Move core interface into separate XAIBase.jl package Move core interface into XAIBase.jl package Dec 6, 2023
@adrhill adrhill merged commit 295266c into master Dec 6, 2023
7 checks passed
@adrhill adrhill deleted the ah/xaibase branch December 6, 2023 20:54
@adrhill
Copy link
Member Author

adrhill commented Dec 6, 2023

Closed #151.

@adrhill adrhill mentioned this pull request Dec 6, 2023
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.

Add XAIBase dependency
1 participant