Two characteristics of a Classification Model are:
Source: Chapter 2, Classification Model (Sub-categories of Supervised Learning)
---
Examiners expect students to clearly name each characteristic and briefly explain it. The two most important points from the textbook are: (i) classification works on discrete (not continuous) data, and (ii) it assigns data to predefined class labels using labeled training data. Avoid confusing classification with regression (which predicts continuous values) or clustering (which has no predefined labels).