Regression vs Classification
- Regression
- predict a continuous output value
- Classification
- predict a discrete value (like a label)
- Binary Classification: Classifier should assign one of two possible labels
However: Binary Classifications can be implemented using Logistic Regression .