marcotcr / lime

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

Is this Repo Maintained? #729

Open MohammedAlsayed opened 11 months ago

MohammedAlsayed commented 11 months 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 10 months ago

Maybe SHAP helps.

AndreasKarasenko commented 1 month 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.