pyreal
pyreal copied to clipboard
Add LIME to local feature contributions
For this issue we will add a LIME algorithm option for local feature contributions
This involves the following steps:
- Add the
limepackage to the poetry project (poetry add lime) - Add
lime_feature_contribution.pytoexplainers/lfc. Follow the documentation for lime and the example ofshap_feature_contribution.pyto write theproduce_explanation(x_orig)(andfit()if needed) - Add lime to the possible
e_algorithmlist inlocal_feature_contribution.LocalFeatureContribution - Write unit tests
- Add the lime explainer to documentation