Data Science
Regression vs Classification
SQL Mastery Team
June 12, 2026
5 min read
It's **Day 142**. Before we code, we need to choose our weapon.
1. Regression (Predicting a Number)
If the answer is a continuous value, it's Regression.
2. Classification (Predicting a Category)
If the answer is a discrete label, it's Classification.
Features and Targets
Your Task for Today
Look at your company's data. Identify one "Regression" problem and one "Classification" problem you could solve.
*Day 143: Your First Model: Linear Regression.*