Table of content What are evaluation metrics? Confusion Metrics Accuracy,Precision, Recall, R1 Score. What are Evaluation Metrics ? You have built multiple models for your classification task, but how do you decide which one is better? How do you know…
Whenever machine learning is used for classification or prediction problems, it’s equally important to focus on its evaluation metrics which will let you know, how well your model is performing. In this article, we will discuss how to evaluate the…