timeshap icon indicating copy to clipboard operation
timeshap copied to clipboard

Import Error: cannot import name 'Kernel'

Open ViniMelloeMuller opened this issue 8 months ago • 2 comments

Hello, i'm working on a project using timeSHAP (timeshap==1.0.4) and i'm getting ImportError when:

from timeshap.explainer import local_report

It says:

ImportError: cannot import name 'Kernel' from 'shap.explainers._kernel'

My shap version is (shap==0.43.0). Thanks in advance

ViniMelloeMuller avatar Oct 19 '23 13:10 ViniMelloeMuller