Linear Regression
Linear Regression – Cons[2]
Prone to outliers Linear regression is very sensitive to outliers (anomalies). So, outliers should be analysed and removed before applying…
Linear Regression – Cons[1]
Only Linear Problems Ordinary Least Squares won't work well with non-linear data. If you are not sure about the linearity…