Skip to content

suniljadhav/House_Price_Prediction

Repository files navigation

HousePricePrediction

Build a advanced linear regression model using Ridge and Lasso for the prediction of house price for a US based housing company who has decided to enter Australian market.

Table of Contents

General Information

Problem Statement:

A US-Based housing company, Surprise Housing has decided to enter the Australian market. The company is looking at prospective properties to buy to enter the market. The business model of the company is that it purchase houses at a price below their actual values and flip them on at a higher price. The company wants to build a model to predict the actual value of the prospective properties and decide whether to invest in them or not.

Goal:

Build a regression model using regularisation and find:

  1. Which variables are significant in predicting the price of a house, and
  2. How well those variables describe the price of a house
  3. Also, determine the optimal value of lambda and lasso regression.

The solution is divided into the following sections:

  1. Data understanding and exploration
  2. Data cleaning
  3. Data preparation
  4. Model building and evaluation
  • What is the dataset that is being used? 'train.csv'

Conclusions

  • Overall we have a decent Ridge and Lasso models with optimal alpha and coeffients for variables.

Technologies Used

  • python 3.x
  • pandas
  • Scikit-learn

Links to important documents

Acknowledgements

  • This project is part of the ML/AI masters programme.

Contact

Created by [@suniljadhav] - feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published