Differentely calculated diffs in local_attributions and local_interactions
WojciechKretowicz opened this issue · 2 comments
WojciechKretowicz commented
iBreakDown/R/local_attributions.R
Line 126 in 43b6e0b
iBreakDown/R/local_interactions.R
Line 143 in 43b6e0b
pbiecek commented
both lead to same results, but shall be more consistent for readability
let's use ()^2 in the local_interactions as well
pbiecek commented
ok, in fact I'm going to use sqrt(mean(x-y)^2) which is equivalent to |x-y|
it's easier