Yellowbrick Tool [portable] -

Yellowbrick is an open-source Python library that extends the scikit-learn API to incorporate visual analysis and diagnostics into the machine learning workflow. It essentially bridges the gap between scikit-learn for model building and Matplotlib for visualization, providing high-level "Visualizers" that allow you to "steer" the model selection process. Core Concepts

This is where Yellowbrick separates itself from basic plotting libraries. yellowbrick tool

Yellowbrick is a productivity booster. It automates the boring parts of visualization so you can focus on interpreting the results. It is highly recommended to keep it in your standard import list. Yellowbrick is an open-source Python library that extends