dsgibbons / shap

A game theoretic approach to explain the output of any machine learning model.
https://shap-community.readthedocs.io/en/latest/
MIT License
25 stars 5 forks source link

tests: remove cv2 dependence for testing wrong masker #64 #67

Closed dsgibbons closed 1 year ago

dsgibbons commented 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.