Classification
Predicting which category something belongs to.
A classification model outputs a class rather than a number: spam or not, which of five languages, which disease. Its quality is measured with precision, recall, and related metrics — accuracy alone is misleading whenever one class is rare.
In practice: Sorting support tickets into billing, technical, or account.