Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 983 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 983 Bytes

House Price Prediction

A house price prediction model using multiple linear regression on a Bangalore house dataset.

Dataset

The dataset used in this project contains information on various houses in Bangalore, India. The data includes features such as the area of the house, number of bedrooms, and location, availability, society, balcony, and price.

Requirements

  • Python 3.x
  • Pandas, Numpy, and Scikit-learn libraries

To install the required libraries, run the following command: pip install pandas numpy scikit-learn

Running the model

  1. Clone or download the repository.
  2. Navigate to the project's directory and run the main.py file using Python.
  3. The model will automatically train on the provided dataset and make a prediction for a sample house.

Evaluation

The Model is evaluated using R-squared and Mean absolute error .

Contact

If you have any questions or issues, feel free to contact me at [email protected].

Enjoy the model!