chore(deps): update dependency shap to v0.51.0#29
Open
anaconda-renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency shap to v0.51.0#29anaconda-renovate[bot] wants to merge 1 commit intomainfrom
anaconda-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
bc8dc8d to
b4f25d7
Compare
b4f25d7 to
f46b212
Compare
f46b212 to
28030ee
Compare
28030ee to
02a4f7b
Compare
02a4f7b to
f2df043
Compare
f2df043 to
961f2c2
Compare
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
961f2c2 to
af6e129
Compare
af6e129 to
d201797
Compare
d201797 to
abfc9ff
Compare
abfc9ff to
5f7f52e
Compare
5f7f52e to
0b20236
Compare
0b20236 to
16e121f
Compare
16e121f to
c2a5648
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR contains the following updates:
==0.41.0→==0.51.0renovate update details
¹ only available for some managers
Release Notes
shap/shap (shap)
v0.51.0Compare Source
What's Changed
Fixes
Other Changes
New Contributors
Full Changelog: shap/shap@v0.50.0...v0.51.0
v0.50.0Compare Source
What's Changed
New Contributors
Full Changelog: shap/shap@v0.49.1...v0.50.0
v0.49.1Compare Source
What's Changed
Fix broken v0.49.0 release.
The previous Release wasn't properly published due to HTTP errors on MacOS.
v0.48.0Compare Source
What's Changed
Added
IdentityLayer by @RoyiAvital in #4028Documentation
Other Changes
New Contributors
Full Changelog: shap/shap@v0.47.2...v0.48.0
v0.47.2Compare Source
What's Changed
Added
Other Changes
Simple California Demo.ipynbby @ethanknights in #4027New Contributors
Full Changelog: shap/shap@v0.47.1...v0.47.2
v0.47.1Compare Source
Fixes
New Contributors
Full Changelog: shap/shap@v0.47.0...v0.47.1
v0.47.0Compare Source
What's Changed
Breaking changes
Added
Fixed
Documentation
Maintenance
Other Changes
_build_delta_masked_inputsandExplainer._compute_main_effectsby @connortann in #3856approximateparameter to TreeExplainer for consistency, and deprecate the argument in the explainer's init method by @CloseChoice in #3834New Contributors
Full Changelog: shap/shap@v0.46.0...v0.47.0
v0.46.0Compare Source
What's Changed
This release adds compatibility with recent version of numpy and tensorflow, and includes several bug fixes.
Added
Changed
auto_size_plotparameter toshap.summary_plot().Fixed
float16mixed precision by @CloseChoice in #3652XGBRegressormodels by @CloseChoice in #3669Plus several further documentation and code quality improvements.
New Contributors
Full Changelog: shap/shap@v0.45.1...v0.46.0
v0.45.1Compare Source
This is a patch release with a couple of bug fixes. In particular, fixes a bug relating to loading of XGBoost models with exponential losses.
What's Changed
Added
Changed
Fixed
Plus several documentation and maintenance updates by @bewygs , @CloseChoice , @Hugh-OBrien
New Contributors
Full Changelog: shap/shap@v0.45.0...v0.45.1
v0.45.0Compare Source
This is a fairly significant release containing a number of breaking changes.
Thank you to a number of new contributors for their contributions to this release! We are eager to grow the pool of maintainers, so please do get in touch on #3559 if you are interested in being part of the team.
What's Changed
Breaking changes
feature_dependenceparameters in TreeExplainer and LinearExplainer by @thatlittleboy in #3340Added
beeswarmplots by @MonoHue in #3530Fixed
.. plus a large number of documentation, testing and other maintenance updates by @CloseChoice , @yuanx749 , @LakshmanKishore and others.
New Contributors
Full Changelog: shap/shap@v0.44.1...v0.45.0
v0.44.1Compare Source
Patch release to fix an issue with the display of force plots.
Fixed
Other
Full Changelog: shap/shap@v0.44.0...v0.44.1
v0.44.0Compare Source
This release contains a number enhancements and bug fixes.
What's Changed
Added
axtogroup_difference()plot by @mtlulka in #3355Fixed
CatboostClassifierexplanations with feature interactions on Windows by @CloseChoice in #3325use_line_collectionindependence_plotby @CloseChoice in #3369scatterplots by @SomeUserName1 in #2799Documentation
New Contributors
Full Changelog: shap/shap@v0.43.0...V0.44.0
v0.43.0Compare Source
What's Changed
This release contains a number of bug fixes and improvements.
Following the NEP 29 deprecation policy, this release drops support for python 3.7.
Breaking changes
Explanation.base_valueshas been standardised between different TreeExplainer models to always be of shape(N,)and not(N,1). By @thatlittleboy in #3121Added
Fixed
feature_namesin Explanation objects with square.valuesby @thatlittleboy in #3126register_backward_hook()by @noxthot in #3259There have also been a large number of improvements to the tutorials and examples, by @connortann, @znacer, @arshiaar, @thatlittleboy, @dsgibbons, @owenlamont and @CloseChoice
New Contributors
Full Changelog: shap/shap@v0.42.1...v0.43.0
v0.42.1Compare Source
Patch release to provide wheels for a broader range of architectures.
Added
Fixed
Full Changelog: shap/shap@v0.42.0...v0.42.1
v0.42.0Compare Source
This release incorporates many changes that were originally contributed by the SHAP community via @dsgibbons's Community Fork, which has now been merged into the main shap repository. PRs from this origin are labelled here as
fork#123.This will be the last release that supports python 3.7.
Added
n_pointsparameter to all functions inshap.datasets(fork#39 by @thatlittleboy).__call__toKernelExplainer(#2966 by @dwolfeu).Fixed
plot.waterfallto support yticklabels with boolean features (fork#58 by @dwolfeu).TreeExplainer.__call__from throwing ValueError when passed a pandas DataFrame containing Categorical columns (fork#88 by @thatlittleboy).shap.datasetsto sample without replacement (fork#36 by @thatlittleboy).UnboundLocalErrorproblem arising from passing a dictionary input toshap.plots.bar(#3001 by @thatlittleboy).Gradient(#2983 by @skamdar).shap.plots.heatmap, and use theaxmatplotlib API internally for plotting (#3040 by @thatlittleboy).numba>=0.44(fork#9 and fork#68 by @connortann).numpy>=1.24from numpy types (fork#7 by @dsgibbons).Ipython>=8fromIpython.core.display(fork#13 by @thatlittleboy).tensorflow>=2.11fromtf.optimisers(fork#16 by @simonangerbauer).sklearn>=1.2fromsklearn.linear_model(fork#22 by @dsgibbons).xgboost>=1.4fromntree_limitin tree explainer (#2987 by @adnene-guessoum).shap.explainers.Exact(#3064 by @connortann).Changed
shap.plotsfunctions (#3003, #3005 by @thatlittleboy).Removed
mimic.pyfile andMimicExplainercode (fork#53 by @thatlittleboy).Maintenance
rufflinting (fork#25, fork#26, fork#27, #2973, #2972 and #2976 by @connortann; #2968, #2986 by @thatlittleboy).Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.