Giter VIP home page Giter VIP logo

house-sale-price-prediction-using-regression-algorithm's Introduction

House-Sale-Price-Prediction-using-Regression-Algorithm

image

Table of Contents :

  • Overview
  • Motivation
  • Technical Aspects
    • EDA and Data Preprocessing
    • Implementation of Regression Algorithm
  • To Do
  • Technology Used
  • Team
  • Credit

Overview

To predict a regression problem, like house sale price prediction, some regression algorithms are used to predict the best result. The model ./price_pred_model.pkl takes a previous processed and scaled data set and predict the sale price of the house. This model can predict 85% accurately the rate of a house.

Motivation

It's usually a big to predict or evalute the price of a house depending on some features manually. For this, using a proper machine learning algorithm, we can do this in no time.

Technical Aspects

  • EDA and Preprocess of the dataset

In this notebook file, the data insights, trends are explored using matplotlib, pandas, numpy. Missing values and outliers have been treated. Using feature generation and transformation techniques, new effective features were added and unnecessary features were excluded.

  • Implementation of Regression Model on the dataset

In this section,
i. The dataset was splitted into X(Observation Matrix) and y(Target Vector)
ii. Removal of Multicollinearity using the value of Variation Inflation Factor.
iii.Splitting into X_train, y_train, X_test, y_test(training and test dataset).
iv.Implementation of sklearn.linear_model.LinearRegression() and checking for R2_score, Homoscedasticity and distribution of error.
v.Checking for importance of various feature given by the model.
Implementation of sklearn.linear_model.Lasso() and sklearn.tree.DecisionTreeRegressor and the plot of the tree and the linear relation between the target values and the predicted values.

To Do

i. Implement a pipeline in this problem statement.
ii. Increament of the accuracy of the model โ†—๏ธ .
iii. Deployment.

Technology Used

Made withJupyter

Team

Manojit Roy

Credit

This dataset is provided by Internshala Machine Learning Training.

house-sale-price-prediction-using-regression-algorithm's People

Contributors

noob-coder-dev avatar

Stargazers

 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.