Giter VIP home page Giter VIP logo

house-prices-advanced-regression-technique's Introduction

House Prices

GitHub Logo

Problem Description

Ask a home buyer to describe their dream house, and they probably won't begin with the height of the basement ceiling or the proximity to an east-west railroad. But this playground competition's dataset proves that much more influences price negotiations than the number of bedrooms or a white-picket fence.

With 79 explanatory variables describing (almost) every aspect of residential homes in Ames, Iowa, this competition challenges you to predict the final price of each home.

Part 1:Exploratory Data Analysis

  • 1.1 Get an overview of the features (numerical and categorical) and first look on the target variable SalePrice shape, info, head and describe Distribution of the target variable SalePrice Numerical and Categorical features List of features with missing values and Filling missing values log transform
  • 1.2 Relation of all features to target SalePrice Seaborn regression plots for numerical features List of numerical features and their correlation coefficient to target Seaborn boxplots for categorical features List of categorical features and their unique values
  • 1.3 Determine the columns that show strong correlation to target Correlation matrix 1 : all numerical features Determine features with largest correlation to SalePrice_New

Part 2: Data wrangling

  • Dropping all columns with weak correlation to SalePrice Convert categorical columns to numerical
  • Checking correlation to SalePrice for the new numerical columns use only features with strong correlation to target
  • Correlation Matrix 2 (including converted categorical columns) create datasets for ML algorithms

Part 3: Scikit-learn basic regression models and comparison of results

implement GridsearchCV for Hyperparameter tuning for these models from sklearn:

  • Linear Regression
  • Lasso
  • DecisionTreeRegressor
  • Random Forest Regresso
  • XgBoost

Finally check out HousingPrices.ipynb

house-prices-advanced-regression-technique's People

Contributors

indranil9 avatar

Stargazers

Bikash Pandey 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.