Skip to content

This project uses Multiple Linear Regression to predict housing prices based on various factors such as area income, house age, number of rooms, and population of the area. Built with Python this model helps to understand how different factors affect housing prices.

License

Notifications You must be signed in to change notification settings

AnweshaMondal/PredictBay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PredictBay

This project implements a Housing Price Prediction model using Multiple Linear Regression. The model predicts the price of houses based on various factors such as average area income, house age, number of rooms, number of bedrooms, and area population.

Table of Contents

Introduction

This project demonstrates how to use Multiple Linear Regression to predict housing prices. It includes data preprocessing, model training, and evaluation.

The model uses multiple features to predict the price of a house, including:

  • Avg. Area Income: The average income of the area where the house is located.
  • Avg. Area House Age: The average age of the houses in the area.
  • Avg. Area Number of Rooms: The average number of rooms in houses in the area.
  • Avg. Area Number of Bedrooms: The average number of bedrooms in houses in the area.
  • Area Population: The population of the area.
  • Price: The price of the house (target variable).

Dataset

The dataset used in this project contains the following columns:

Column Name Description
Avg. Area Income The average income in the area
Avg. Area House Age The average age of houses in the area
Avg. Area Number of Rooms The average number of rooms in houses
Avg. Area Number of Bedrooms The average number of bedrooms in houses
Area Population The population of the area
Price The price of the house (target variable)

Installation

Clone the repository and install the necessary dependencies:

git clone https://github.com/yourusername/housing-price-prediction.git
cd housing-price-prediction
pip install -r requirements.txt

Usage

python housing_price_predictor.py

Evaluation

The model's performance is evaluated using the following metrics:

Mean Squared Error (MSE) R² score: A measure of how well the model fits the data.

About

This project uses Multiple Linear Regression to predict housing prices based on various factors such as area income, house age, number of rooms, and population of the area. Built with Python this model helps to understand how different factors affect housing prices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published