- In this project, we developed and evaluated different linear regression models for predicting house sale price in Seattle King County.
- We implemented ridge, lasso, gradient descent techniques for modeling optimization.
- Simple Linear Regression
- Multiple Linear Regression
- Multiple Linear Regression with Gradient Descent Optimization
- Polynomial Regression
- Ridge Regression
- Ridge Regression with Gradient Descent Optimization
- Lasso Regression
- Lasso Regression Coordinate Descent
- Nearest Neighbor Regression
The data for these sales comes from the official public records of home sales in the King County area, Washington State. The data sets contains 19 house features plus the price and the id, along with 21613 observations. Each represents a home sold from May 2014 through May 2015. More detailed explanation of each variable could be found here, at Kaggle website.