marcotcr / lime

Lime: Explaining the predictions of any machine learning classifier
BSD 2-Clause "Simplified" License
11.64k stars 1.81k forks source link

Is this Repo Maintained? #729

Open MohammedAlsayed opened 1 year ago

MohammedAlsayed commented 1 year ago

I'm getting plenty of errors when using pandas as the data for this repo. Is this repo still maintained or it's obsolete? is there any alternative to this one that the other is maintaining?

RaphEnio commented 1 year ago

Maybe SHAP helps.

AndreasKarasenko commented 6 months ago

I would not necessarily go to SHAP. Implementing text explanations for scikit objects is a pain to say the least. If you're working with transformers then you might have an easier time.