- Notifications
You must be signed in to change notification settings - Fork70
agrawal-priyank/machine-learning-regression
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- 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 CreateInstallation 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.
About
Built house price prediction model using linear regression and k nearest neighbors and used machine learning techniques like ridge, lasso, and gradient descent for optimization in Python
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published