Giter VIP home page Giter VIP logo

house_pricing's Introduction

In this project, I work on the House pricing problem from Kaggle using the Ames Housing dataset, compiled by Dean De Cock. With 79 explanatory variables describing (almost) every aspect of residential homes in Ames, Iowa, the aim is to predict the final price of each home.

As part of this project, I covered the following machine learning techniques:

(1) Exploratory Data Analysis

Here I first looked at the statistical properties of the data and the existing relationship between different feature variables.

Based on this information, I analyzed the missing values present in each of the feature variables and designed appropriate algorithms for handling such missing data.

After ensuring there are no missing values in the data, I have then developed algorithms for encoding categorical features based on their properties.

(2) Pre-processing steps in the Pipeline

In the pre-processing steps, some of the transformations applied custom logic. As a result, I have created custom transformers from scratch, to be included in the Pipeline.

For some of the transformations that are only applied to specific feature variables, like one hot encoding for categorical features, I have used ColumnTransformer as it allows different columns of the input to be transformed separately.

(3) Model Development

For regression, I used XGBRegressor and obtained optimal parameters for this model using GridSearchCV method. The performance of the model is evaluated using RMSE score with cross-validation.

Inspired by: Erik Bruin's Kaggle notebook

house_pricing's People

Contributors

himasai97 avatar

Watchers

 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.