What’s the F1 score? How would you use it?

Data Science Interview QuestionsCategory: Data ScienceWhat’s the F1 score? How would you use it?
1 Answers
MockInterview Staff answered 7 years ago

More reading: F1 score (Wikipedia)
The F1 score is a measure of a model’s performance. It is a weighted average of the precision and recall of a model, with results tending to 1 being the best, and those tending to 0 being the worst. You would use it in classification tests where true negatives don’t matter much.
Source: Springboard

Your Answer

1 + 7 =