Summary
In this chapter, we learned about regression, a supervised learning technique used to predict continuous outcomes. We discussed what regression is, and how to approach feature engineering and data cleaning for regression. We also discussed how to perform linear regression, and how to interpret the results.
In the next chapter, we will explore how to evaluate regression models in more depth, and will also explore types of regression other than linear regression.