F1 Score — Google Cloud ML Engineer Practice Questions
The F1 score is the harmonic mean of precision and recall, providing a single value that balances both concerns when neither false positives nor false negatives can be freely sacrificed. The exam frequently presents scenarios where accuracy is misleading due to class imbalance, and F1 becomes the preferred summary metric. Candidates must also know the F-beta generalization, which weights precision and recall differently based on business priority, and how to compute F1 for multi-class problems using macro, micro, or weighted averaging.
Free questions on f1 score
Which metric is most appropriate for evaluating a classification model on an imbalanced dataset?
Free question · medium · full answer + explanation
More f1 score questions in the full bank
- You are tuning a model for F1-score rather than accuracy. What is a critical consideration? Unlock answer & explanation →