NorskRegnesentral / shapr

Explaining the output of machine learning models with more accurately estimated Shapley values
https://norskregnesentral.github.io/shapr/
Other
147 stars 34 forks source link

Fix grouping in python #375

Closed martinju closed 9 months ago

martinju commented 9 months ago

Enables group explanation also in Python by using a dict of lists with feature names.

Perhaps hacky regarding the looping, but that's just my level of python skills.

Fixes #350

Added example of grouping in python/examples/sklearn_regressor.py