mmschlk / shapiq

Shapley Interactions for Machine Learning
https://shapiq.readthedocs.io
MIT License
70 stars 6 forks source link

Add Image Imputer #186

Open mmschlk opened 4 weeks ago

mmschlk commented 4 weeks ago

Add an imputer that works for images. This imputer should automatically detect superpixels in the image and use these as players for the approximators.

mmschlk commented 3 weeks ago

Preferably, the imputer extends the not yet implemented BaseImputer.