Giter Site home page Giter Site logo

housing-prices's Introduction

House Prices: Advanced Regression Techniques

[ https://www.kaggle.com/c/house-prices-advanced-regression-techniques/leaderboard ].

In this project we signed up for the Kaggle competition. The aim was to complete the competition and submit the code for rank. Then improve the code for better analysis to improve the rank. The competition we entered was “House Prices: Advanced Regression Techniques”. The competition details can be found on site: https://www.kaggle.com/c/house-prices-advanced-regression-techniques. We implemented different advanced regression algorithms and compared the results for best prediction.

Following are the details for the project implementations: Dataset: Provided by Kaggle and in known as Ames Housing Dataset Data Mining Tool: Python scikit library. Analysis & Prediction: Prediction of the sale price of the houses Algorithms: The following algorithms were implemented in the project: Advanced Regression Techniques like LASSO, XgBoost, PCA etc.

The system requirement for Python SKLearn have no any minimal specification. Since data analysis is a computationally intensive task—the better your hardware, the better your experience. Also, the memory should be enough to handle big data sets.

The installation steps of SKLearn, XGBoost is given on the site: http://scikitlearn.org/stable/install.html and http://xgboost.readthedocs.io/en/latest/python/python_intro.html.

Other installation required to support the scikit learn library are: Python (>= 2.6 or >= 3.3) - Python version of project is version 2.6 NumPy (>= 1.6.1) SciPy (>= 0.9) Note: The Python version required is 2.6. If version is different and libraries installed are for different version, code will fail to execute. For correct installation please check online instructions.

The steps to run the code are as follows: Install Python 2.6 and sklearn library, sciPy, numPy, matplotlib and pandas Download the dataset form here and save it on local drive.

Run the file Housing.py with train.csv and test.csv as arguments. To observe the results of individual algorithms please comment out the functions individually defined in main() inside Housing.py.

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.