Giter Site home page Giter Site logo

housing-price-prediction's Introduction

housing-price-prediction

Using multiple machine learning models to predict the price of houses based on listing data (e.g., square footage, num stories, num bedrooms). See housing.ipynb for full implementation.

Error in housing price predictions

Notes:

  • The reported MSE values (in white) are on the log-transformed SalePrice.
  • I also include the Mean Absolute Error (MAE, in black) on the original SalePrice. This allows for an interpretible result in a dollar amount.

Conclusions

  • SVM performs best with XGBoost coming in a close second.
  • Across the board, the prediction accuracy is reasonably good. Our best models predict with MAE accuracy closer than 10% of the average sale price.
  • RF and XGBoost could have been improved by using a restricted GridSearchCV. I did not refine these models after the RandomSearchCV since they are computationally costly to train.
  • The MLP's performance is slightly worse than most other methods (except KNN).
  • I could have tried deeper/wider (>9 layers/neurons) networks, but the performance is reasonable despite the shallowness/narrowness of the model.

housing-price-prediction's People

Contributors

mdelrosa avatar

Watchers

James Cloos avatar  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.