Lime
Visit ToolLime is an open-source Python library that explains machine learning classifier predictions. It supports individual predictions for text, tabular, and image data, helping users understand model behavior.
At a glance
Trending
Lime is an open-source Python library that explains machine learning classifier predictions. It supports individual predictions for text, tabular, and image data, helping users understand model behavior.
Trending
About
Lime (Local Interpretable Model-agnostic Explanations) is an open-source Python library designed to explain the predictions of any machine learning classifier. It provides local, interpretable approximations of complex model behaviors, making black-box models more transparent. Lime supports explaining individual predictions for text classifiers, classifiers acting on tabular data (numerical or categorical numpy arrays), and image classifiers. The library is model-agnostic, requiring only that the classifier implements a function outputting probabilities for each class. It offers built-in support for scikit-learn classifiers and provides visualizations in HTML or Matplotlib. Tutorials are available for various data types and use cases, including basic text classification, multiclass scenarios, tabular data, and image analysis with frameworks like Keras and PyTorch.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending