Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
shapiq
package, focusing on documentation improvements, version updates, and code enhancements for better clarity and accuracy. The most important changes include updating the version number, refining the documentation, adding new references, and updating the README.This PR closes #288.
Documentation Updates:
README.md
: Added new sections for computing Shapley values, contributing guidelines, license information, and funding acknowledgments. Updated existing sections with more detailed explanations and examples. [1] [2] [3]shapiq/approximator/marginals/stratified.py
: Improved documentation for theStratifiedSamplingSV
class, including more detailed explanations and references. [1] [2] [3] [4] [5]shapiq/approximator/montecarlo/shapiq.py
: Enhanced documentation for theSHAPIQ
andUnbiasedKernelSHAP
classes with additional references and examples. [1] [2] [3] [4]Version Update:
shapiq/__init__.py
: Updated the version number from1.1.1.dev
to1.1.2
.Changelog Update:
CHANGELOG.md
: Updated the changelog to reflect the new versionv1.1.2
and listed the changes made in this release.Code Clarity Improvements:
shapiq/approximator/marginals/stratified.py
: Removed unnecessary comments and improved the readability of the code. [1] [2]shapiq/approximator/montecarlo/svarmiq.py
: Enhanced documentation for theSVARMIQ
andSVARM
classes with additional references and clearer explanations. [1] [2] [3]shapiq/approximator/permutation/sii.py
: Improved documentation for thePermutationSamplingSII
class with additional references.