Skip to content

Latest commit

Β 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

area-type-price-model

Predicting house prices using area type with linear regression.

🏠 House Price Prediction Based on Area Type

This project uses machine learning to predict house prices based on the type of area (e.g., Built-up Area, Super Built-up Area, etc.). By exploring the relationship between area_type and price, I developed a predictive model that can estimate property prices with decent accuracy.

πŸ“Œ What’s Inside:

  • Data preprocessing and cleaning
  • Feature encoding for area_type
  • Exploratory Data Analysis (EDA)
  • Correlation analysis (Pearson r = 0.56)
  • Model training using Linear Regression
  • Model evaluation and interpretation

πŸ“Š Key Insight:

There is a moderate positive correlation (r = 0.56) between area_type and price, which means the area type of a house has a meaningful impact on its price. This insight was used to train a simple but effective regression model.

πŸ”§ Tech Stack:

  • Python
  • Pandas
  • Seaborn & Matplotlib (for visuals)
  • Scikit-learn (for modeling)

🀝 Contribution

This is an open project. Feel free to fork it, improve the model, or adapt it to other features!

About

Predicting house prices using area type with linear regression.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages