lime
Package — MLPython 3.7+Advanced
Local Interpretable Model-agnostic Explanations for ML models
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, SciPy, scikit-learn, scikit-image, tqdm
- Install
pip install lime
Learn by Difficulty
Quick Example
python
# Install: pip install lime import lime # Basic lime usage print(f"Using lime") # See documentation for detailed examples
lime is a third-party package. Local Interpretable Model-agnostic Explanations for ML models. Install with: pip install lime
Try in PlaygroundTags
packagemachine-learningaimodeling