# Boston Housing - Linear Regression Example
📝 **This chapter is under construction.**
This case study demonstrates linear regression on the Boston Housing dataset,following EXTREME TDD principles.
**Topics covered:**
- Ordinary Least Squares (OLS) regression
- Model training and prediction
- R² score evaluation
- Coefficient interpretation
**See also:**
- [What is EXTREME TDD?](../methodology/what-is-extreme-tdd.md)
- [Case Study: Linear Regression](../examples/linear-regression.md)