Description

In this notebook we will do the model evaluation using yellowbrick library.

Ref: https://github.com/DistrictDataLabs/yellowbrick

Imports

Useful Scripts

Load the data

Train Test Split

Model Predictions

Model Evaluation using Yellowbrick

Plot Classification Report

Plot Confusion Matrix

Plot ROC AUC

Plot Precision-Recall Curve

Plot Class Prediction Error

Script

Total Time Taken