Hi all, I’m using Zachary Mueller’s lesson on SHAP to attempt an interpretability of my neural net outputs trained on external clinical data. His given code doesn’t seem to work in my jupyter notebook. I’m attempting his given code to import the interpretability module:-
from fastshap.interp import *
but i keep getting error messages
(ModuleNotFoundError: No module named ‘fastshap.interp’.
Anyone had a similar problem and found a workaround for it?
thanks in advance
Dee
I only seeing it specify using fastinference and the directions are right
The video is likely outdated however, so you should check the website for the most recent versions of the notebooks: