Melbourne Housing Market: Multiple Linear Regression
- William Guesdon
- May 8, 2021
- 1 min read
For this project, as for the NYC Airbnb analysis, I used Python and the scikit-learn library to predict the price of houses based on the independent variables. Because there were more variables in this dataset and because several factors were linearly correlated to the price, a multiple linear regression model performed well.
Comments