Skip to content

A python project for House Price Prediction using Linear Regression

Notifications You must be signed in to change notification settings

afrrooz/HomeValueEstimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Price Prediction using Linear Regression

This project predicts house prices based on features such as area, rooms, and location using a Linear Regression model.

Steps Involved

  1. Load dataset from Kaggle
  2. Handle missing values and encode categorical features
  3. Train a linear regression model using Scikit-learn
  4. Evaluate performance using RMSE
  5. Generate submission.csv file

Libraries Used

  • Pandas
  • NumPy
  • Scikit-learn
  • Matplotlib

How to Run

pip install -r requirements.txt
python main.py

About

A python project for House Price Prediction using Linear Regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages