Chapter 02.04: Polynomial Regression Models
This section introduces polynomials to obtain more flexible models for the regression task. We explain the connection to the basic linear model and discuss the problem of overfitting.
Lecture video
Lecture slides
Quiz
---
shuffle_questions: false
---
## Which statements are true?
- [ ] With linear regression it is only possible to model linear effects of a feature.
- [x] Overfitting is a present danger in polynomial regression.