marcotcr/lime
LIME (Local Interpretable Model-agnostic Explanations) explains predictions of any black-box machine learning classifier.

Velocity · 7d
+3.2
★ / day
Trend
→steady
star history
LIME provides local interpretable explanations for classifiers across text, tabular, and image data. It generates human-understandable explanations by sampling around individual predictions and fitting interpretable models. The library is model-agnostic and works with any classifier that outputs class probabilities, with built-in support for scikit-learn models.