Giter Site home page Giter Site logo

house-price's Introduction

Here is a README.md for your Tehran house price prediction project:

Tehran House Price Prediction

This project aims to predict house prices in Tehran based on features like area, number of rooms, parking, etc.

Data

The data is loaded from housePrice.csv. It contains the following columns:

  • Area - Total area of the house in sqft
  • Rooms - Number of bedrooms
  • Parking - Boolean indicating if parking spot is available
  • Warehouse - Boolean indicating if storage warehouse is available
  • Elevator - Boolean indicating if elevator is present
  • Address - General location in Tehran
  • Price - House price in Iranian Rials
  • Price(USD) - House price converted to USD

Notebook

housePrice.ipynb loads the data, analyzes correlations between features, trains regression models, and evaluates predictions.

Key contents:

  • Exploratory data analysis
  • Feature correlation plots
  • Linear regression model
  • Regularized regression models (Ridge, Lasso)
  • Model evaluation and comparison

Results

The regularized models like Ridge achieve lowest RMSE of around $15,000 on test data. Top positive predictors are area, number of rooms and presence of elevator. Presence of parking influences price negatively.

Requirements

Python 3.x Common data science libraries like Pandas, NumPy, Scikit-Learn, Matplotlib.

Next Steps

Some ideas for improving the model:

  • Add geographical coordinates to train geospatial models
  • Neighborhood specific models
  • Ensemble modeling
  • Automated hyperparameter tuning

Let me know if you would like me to modify or expand this README!

house-price's People

Contributors

rezajahadi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.