Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏠 House Price Prediction using Machine Learning

📌 Project Overview

This project predicts house prices based on:

  • Area (Square Feet)
  • Number of Bedrooms
  • Number of Bathrooms

The model is built using Multiple Linear Regression.


🛠 Technologies Used

  • Python
  • Pandas
  • NumPy
  • Scikit-learn

📊 Machine Learning Algorithm

  • Multiple Linear Regression

⚙️ Project Workflow

  1. Load Dataset
  2. Data Preprocessing
  3. Train-Test Split
  4. Model Training
  5. Model Evaluation
  6. Price Prediction

📈 Model Evaluation Metrics

  • Mean Squared Error (MSE)
  • R2 Score

🚀 How to Run

  1. Install dependencies:
pip install -r requirements.txt
  1. Run the model:
python house_price_model.py

🎯 Learning Outcome

  • Understanding Regression Models
  • Data Splitting
  • Model Evaluation
  • Real-world Price Prediction

About

Machine Learning project using Multiple Linear Regression to predict house prices.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages