Switching from Linear to Polynomial Regression
In the field of Machine Learning, Regression is a common term used to define the prediction values of Continuous Dependant Variable. Depending upon distribution of data, we can determine whether to use linear regression or non-linear regression. Linear regression is used when the relationship between dependant and independent variableĀ is linear. When it comes to non-linear…
Read more