CAISA · Diagnostic Tool
Stage 1 of 11
Live mode — concise reveals
Y = F(X)
What makes machine learning supervised?
A The Y values are confirmed and labelled in advance
B The model is derived from historical patterns
C Both A and B

✓ The answer is A

Confirmed Ys is the precondition. Historical patterns describe all machine learning — it’s not what makes learning supervised.

Most learners pick C — and it’s a reasonable instinct. But “learning from historical patterns” describes unsupervised learning too. Clustering, association mining, embeddings — all derived from history. The word supervised literally means a teacher provided the answers. That teacher is the labelled Y.