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

add max_features do shapley values plot #75

Closed hbaniecki closed 4 years ago

Yue-Jiang commented 4 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   96.08%   96.09%   +0.01%     
==========================================
  Files          13       13              
  Lines         894      897       +3     
==========================================
+ Hits          859      862       +3     
  Misses         35       35              

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 ddd493d...f863dd4. Read the comment docs.

codecov-io commented 4 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   96.08%   96.09%   +0.01%     
==========================================
  Files          13       13              
  Lines         894      897       +3     
==========================================
+ Hits          859      862       +3     
  Misses         35       35
Impacted Files Coverage Δ
R/break_down_uncertainty.R 100% <100%> (ø) :arrow_up:
R/plot_break_down_uncertainty.R 100% <100%> (ø) :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 ddd493d...f863dd4. Read the comment docs.

pbiecek commented 4 years ago

Thanks