Multiple linear regression #5
Using scikit-learn, statsmodels, seaborn, and plotly
This is the fifth post in a series on the multiple linear regression model. In previous posts, I introduced the theory behind the model, exploring using Python’s scikit-learn and statsmodels libraries, and discussed potential problems with the model, such as collinearity and correlation of the error terms.
[Read More]