Skip to content

rishitsai-arch/House-price-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

House-price-predictor

Overview

This is my first Machine Learning project. It is a house price prediction model designed for properties located in Hyderabad. The model predicts house prices based on a few basic property features.

Features

The current version of the model takes the following inputs:

  • Property type
  • Area (in square feet)
  • Location of the house
  • Status of the house

Based on these inputs, the model predicts the estimated price of the property.

Model

The project uses the Random Forest Regression algorithm for price prediction. The entire project was developed using Python.

Current Limitations

As this is my first ML project, the codebase is not yet fully optimized or well-structured. Additionally, the model currently considers only a limited set of features.

Some important factors that are not yet included are:

  • Proximity to metro stations
  • Accessibility and connectivity
  • Nearby amenities
  • Infrastructure and neighborhood quality
  • Other location-specific factors

Because of these limitations, this project should be considered a preliminary version rather than a production-ready solution.

Future Improvements

Planned improvements include:

  • Adding more location-based features
  • Improving data preprocessing
  • Enhancing model performance and accuracy
  • Refactoring and organizing the codebase
  • Creating a more user-friendly interface

Tech Stack

  • Python
  • Pandas
  • NumPy
  • Scikit-learn
  • Random Forest Regressor

Acknowledgements

This project was created as a learning experience and represents my first step into Machine Learning. Any feedback or suggestions are welcome.

Thank you for checking out my project!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors