shap / shap

A game theoretic approach to explain the output of any machine learning model.
https://shap.readthedocs.io
MIT License
21.67k stars 3.17k forks source link

When will the paddlepaddle framework be supported #3603

Open MingqiFANG opened 3 weeks ago

MingqiFANG commented 3 weeks ago

Issue Description

When will the paddlepaddle framework be supported? thx

Minimal Reproducible Example

DeepExplainer('paddlepaddle model') # error

Traceback

No response

Expected Behavior

No response

Bug report checklist

Installed Versions

paddlepaddle2.5

CloseChoice commented 3 weeks ago

Hi and thanks for reporting. The example you showed is not working with ANY model, e.g. DeepExplainer('falcon') won't work as well. Would you be so kind and link us to the documentation of this model and could you please provide an example how to use the model?

Edit: after taking a quick look at the repository I think that the chances are really small that we as current maintainers will add support for paddlepaddle. I would rather spend more time improving the tensorflow or pytorch deep explainer. BUT if somebody is found who is willing to implement support for this, we can certainly talk about this. Maybe we could create another repository if this is in a meature enough state.