Model Evaluation

Create the model's classification report, confusion matrix, and receiver operating characteristic curve.

The evaluation process has its importance. We want our model to be as good as possible in predictions. We have learned that scikit-learn provides a convenient and efficient way to evaluate classification tasks using its classification_report module.

Classification report

Let's import this module and use it for evaluation.

Get hands-on with 1200+ tech skills courses.