LIME: How to Interpret Machine Learning Models With Python ...
· LIME supports explanations for tabular models, text classifiers, and image classifiers (currently). To install LIME, execute the following line from the Terminal: pip install lime. In a nutshell, LIME is used to explain predictions of your machine learning model. The explanations should help you to understand why the model behaves the way it does.