Polynomial Regression
Learn how linear regression can be used to build a polynomial regressor.
Why polynomial regression?
Until now, we’ve assumed a linear relationship between features and targets. What if the assumption of linearity doesn’t hold even approximately? The figure below shows that the relationship between a single feature, and a single target, isn’t linear in the data set.
...