Encyclopedia · 176 concepts

Core ML Concepts · beginner · concept 9 of 176

Classification vs Regression

Classification predicts discrete categories (spam/not spam, cat/dog). Regression predicts continuous values (price, temperature). The choice depends on whether your output is a category or a number.

Key terms

Binary classificationMulti-classLinear regressionLogistic regression

Learn these first

Where you meet it in the real world

Disease diagnosis (classification), house price prediction (regression)

Courses, papers, and more