Evaluate Multi-Class Classification Models — In part I, we discussed how to evaluate binary-class classification models using Recall, Precession, Accuracy, and F1-Score. Here, we will see how we can apply those metrics to a multi-class classification model. As seen in part I, we can build the confusion matrix for a multi-class model as well as…