kernelshap icon indicating copy to clipboard operation
kernelshap copied to clipboard

Exact polytime solution for linear regression

Open dswatson opened this issue 10 months ago • 3 comments

I may be wrong but it looks like kernelshap takes a sampling approach even in the case of linear regression. There's a simple, closed form solution in this case, at least under the assumption that features are independent (which is always the case in kernelshap, no?) See Eq. 3 of https://arxiv.org/abs/1903.10464.

dswatson avatar Apr 18 '24 12:04 dswatson