Skip to content

kpavan3697/Surprise-Housing-Case-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Surprise Housing Case Study

This repository contains code and resources to build ridge and lasso regression model to predict the actual value of the prospective properties

Table of Contents

General Information

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 company is looking at prospective properties to buy to enter the market. You are required to build 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, and How well those variables describe the price of a house. Also, determine the optimal value of lambda for ridge and lasso regression.

Technologies Used

  • Python 3.11.5
  • Pandas 2.0.3
  • Numpy 1.24.3
  • Matplotlib 3.7.2
  • Seaborn 0.12.2
  • Statsmodels 0.14.0
  • Scikit-learn 1.3.0

Business Goal

We are required to model the price of houses with the available independent variables. This model will then be used by the management to understand how exactly the prices vary with the variables. They can accordingly manipulate the strategy of the firm and concentrate on areas that will yield high returns. Further, the model will be a good way for management to understand the pricing dynamics of a new market.

Conclusions

The solution is divided into the following sections:

  • Perform EDA
    • Load Data
    • Explore and understand the data
    • Clean up the data if necessary
    • Prepare data for model building
  • Build the Model
  • Model Evaluation
    • Lasso and Ridge regression

Contact

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published