We've learned from previous chapters that regression problems involve predicting a numerical output. The simplest but most common type of regression is linear regression. In this chapter, we'll explore why linear regression is so commonly used, its limitations, and extensions, and then touch on polynomial regression, which you may consider when a linear relationship isn't a best fit for your circumstances.