Question 5 of 10Pro Only
What is the F1 score, how is it calculated, and when is it the appropriate metric to use? What are its limitations?
Sample answer preview
The F1 score is a metric that combines precision and recall into a single number. It provides a balanced measure of classification performance that accounts for both false positives and false negatives. The F1 score is calculated as the harmonic mean of precision and recall.
F1 scoreharmonic meanprecisionrecallF-betaimbalanced data