Skip to content

Predicting house prices using advanced regression techniques such as Ridge and Lasso

Notifications You must be signed in to change notification settings

subhendughosh91/Advanced-House-Price-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced House Price Regression

Predicting house prices using advanced regression techniques such as Ridge and Lasso.

A US-based housing company named Surprise Housing has decided to enter the Australian market. The company uses data analytics to purchase houses at a price below their actual values and flip them on at a higher price. For the same purpose, the company has collected a data set from the sale of houses in Australia. The data is provided in the 'test.csv' file uploaded in the repository.

The company is looking at prospective properties to buy to enter the market. This repository builds a regression model using regularisation in order to predict the actual value of the prospective properties and decide whether to invest in them or not.

The company wants to know: -Which variables are significant in predicting the price of a house? -How well those variables describe the price of a house?

Using GridSearchCV the model arrives at a final optimum lambda to determine the house prices using ridge and lasso regression.

About

Predicting house prices using advanced regression techniques such as Ridge and Lasso

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published