eli5
Package — MLPython 3.7+Advanced
Debug and explain ML classifiers and regressors
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- attrs, jinja2, numpy, scipy, six, graphviz, tabulate
- Install
pip install eli5
Learn by Difficulty
Quick Example
python
# Install: pip install eli5 import eli5 # Basic eli5 usage print(f"Using eli5") # See documentation for detailed examples
eli5 is a third-party package. Debug and explain ML classifiers and regressors. Install with: pip install eli5
Try in PlaygroundTags
packagemachine-learningaimodeling