Machine Learning
Evaluation metrics for classification II
Part II: Precision/Recall and Sensitivity/Specificity In the previous article on evaluation metrics for classification problems we explained that accuracy is a very useful metric and very easy to interpret. However, if the dataset we have is not balanced, it will be completely useless. We also defined what a confusion matrix Read more…