Single Number Evaluation Metric

202502012214
tags: #machine-learning #evaluation #metrics

A single number evaluation metric provides one clear number to compare different models, making it easier to choose the best performing algorithm.

Why single numbers matter:

Common single number metrics:

Classification:

Regression:

When single metrics aren't enough:
Sometimes you need satisficing + optimizing metrics:

Choose metrics that align with business objectives. Use the same metric consistently across dev and test sets to ensure fair comparisons.


Reference

Machine Learning Yearning by Andrew Ng