Closed thatlittleboy closed 1 year ago
Merging #101 (915d7ff) into master (287bf7d) will increase coverage by
0.53%
. The diff coverage is100.00%
.:exclamation: Current head 915d7ff differs from pull request most recent head 563183b. Consider uploading reports for the commit 563183b to get more accurate results
@@ Coverage Diff @@
## master #101 +/- ##
==========================================
+ Coverage 53.31% 53.85% +0.53%
==========================================
Files 90 90
Lines 12817 12900 +83
==========================================
+ Hits 6834 6947 +113
+ Misses 5983 5953 -30
Impacted Files | Coverage Δ | |
---|---|---|
shap/plots/_beeswarm.py | 58.89% <100.00%> (+5.10%) |
:arrow_up: |
shap/plots/_violin.py | 80.09% <100.00%> (+3.83%) |
:arrow_up: |
... and 22 files with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Changes
DimensionError
instead ofAssertionError
when features shape don't match the shap values' shape. + test for this.shap.plots.beeswarm
, raiseTypeError
instead ofValueError
shap.plots.beeswarm
.