Here the professor says “The recall metric in particular helps you detect if the learning algorithm is predicting zero all the time. Because if your learning algorithm just prints y equals 0, then the number of true positives will be zero because it never predicts positive, and so the recall will be equal to zero divided by the number of actual positives, which is equal to zero.”
Why recall in particular helps to detect if the learning algo is predicting 0 all the time. Isn’t precision also helpful to detect that?