Precision and Recall in Python
Let’s talk about Precision and Recall in today’s article. Whenever we implement a classification problem (i.e decision trees) to classify data points, there are points that are often misclassified. Even though accuracy gives a general idea about how good the model is, we need more robust metrics to evaluate our model. Let’s consider an Example. …