- Implemented linear regression and k nearest neighbors algorithm with gradient descent optimization to make an optimal model for predicting house prices using the Seattle King County dataset.
- Performed feature engineering and selection using lasso and ridge penalties to eliminate features which had little or no impact on the residual sum of squares error.
- 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
- Nearest Neighbor Regression
Python
Anaconda, Graphlab Create Installation guide
Jupyter notebook (IPython)
- Fork this repository to have your own copy
- Clone your copy on your local system
- Install necessary packages
This repository does not contain optimal machine learning models! It only assesses various models that can be built using different machine learning algorithms (either implemented or used directly from Graphlab Create package) to perform different tasks.