Skip to content

House sale price prediction: Exploratory data analysis & building a regression model | Detailed explanation

Notifications You must be signed in to change notification settings

RihabFekii/house-sale-prices-pred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Sale Prices Prdiction

In this tutorial we have the following main steps:

1.Exploratory data analysis EDA

First we need to see our target distribution

target distribution

We will visualize the numerical variables distribution as well :

 attrib dist  attrib dist  attrib dist

Then we see the correlation matrix :

attrib dist

2. Dealing with missing values

we used the following function :

missing_values

4.Features Engineering and ordinal encoding

5.Dealing with skewness

we used the follwing function to deal with Skweness :

skewness

5.Standarization

we used the follwing function to Standerize our variables :

stand

5.Modeling

The models that we used are : XGBOOST and LASSO Regression

About

House sale price prediction: Exploratory data analysis & building a regression model | Detailed explanation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages