yellowbrick
Package — MLPython 3.7+Advanced
Visual analysis and diagnostic tools for scikit-learn models
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- matplotlib, NumPy, SciPy, scikit-learn, cycler
- Install
pip install yellowbrick
Learn by Difficulty
Quick Example
python
# Install: pip install yellowbrick import yellowbrick # Basic yellowbrick usage print(f"Using yellowbrick") # See documentation for detailed examples
yellowbrick is a third-party package. Visual analysis and diagnostic tools for scikit-learn models. Install with: pip install yellowbrick
Try in PlaygroundTags
packagemachine-learningaimodeling