Closed dsgibbons closed 1 year ago
Resolves #64. See https://github.com/dsgibbons/shap/pull/61/files#diff-aaac45c56f18d99426abc36ac5c74ec085677e8349ebd0a23abdfa5f66bb4377 for further details.
Replace shap.maskers.Image with shap.maskers.Fixed as Fixed does not require non-essential dependencies like cv2.
shap.maskers.Image
shap.maskers.Fixed
Fixed
cv2
Resolves #64. See https://github.com/dsgibbons/shap/pull/61/files#diff-aaac45c56f18d99426abc36ac5c74ec085677e8349ebd0a23abdfa5f66bb4377 for further details.
Replace
shap.maskers.Image
withshap.maskers.Fixed
asFixed
does not require non-essential dependencies likecv2
.