Multiple linear regression #4
Potential problems: Heteroscedasticity, collinearity, and more
This post is the fourth in a series on the multiple linear regression model. In previous posts, I explored the topic, including methods of relaxing various assumptions made by the model. I also performed a comparison of Python’s scikit-learn and statsmodels libraries for multiple linear regression.
[Read More]