Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Describe the Recall and F1 score as evaluation metrics, including their formulas and the scenarios where each might be particularly useful. How do these metrics help in evaluating the performance of a classification model?
A
Recall measures the model's ability to predict positive instances correctly, while F1 score is the harmonic mean of precision and recall, balancing both false positives and false negatives.
B
Recall is used when the cost of false negatives is high, and F1 score is used when both precision and recall are important.
C
Both Recall and F1 score are primarily used in regression models.
D
Recall and F1 score are identical and interchangeable in all scenarios.