ModelOriented / iBreakDown

Break Down with interactions for local explanations (SHAP, BreakDown, iBreakDown)
https://ModelOriented.github.io/iBreakDown/
GNU General Public License v3.0
81 stars 15 forks source link

Updated vignette #53

Closed AdamIzdebski closed 5 years ago

AdamIzdebski commented 5 years ago

A new vignette for describe() function added

codecov-io commented 5 years ago

Codecov Report

Merging #53 into master will decrease coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #53     +/-   ##
=========================================
- Coverage   94.31%   94.21%   -0.1%     
=========================================
  Files          13       13             
  Lines         897      865     -32     
=========================================
- Hits          846      815     -31     
+ Misses         51       50      -1
Impacted Files Coverage Δ
R/break_down.R 77.27% <0%> (-0.99%) :arrow_down:
R/local_attributions.R 92.56% <0%> (-0.34%) :arrow_down:
R/describe_breakdown.R 92.3% <0%> (-0.17%) :arrow_down:
R/plotD3_break_down.R 96.2% <0%> (-0.1%) :arrow_down:
R/plotD3_shap.R 97.1% <0%> (-0.09%) :arrow_down:
R/break_down_uncertainty.R 100% <0%> (ø) :arrow_up:
R/print_break_down_uncertainty.R 0% <0%> (ø) :arrow_up:
R/describe_shap.R 100% <0%> (ø) :arrow_up:
R/local_interactions.R 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d64d59c...62ba90d. Read the comment docs.

pbiecek commented 5 years ago

Thanks