abel-keya / Multiple-Linear-Regression-Multivariate-Quantile-Regression-Ridge-Regression-Lasso-Regression-and

Multiple Linear Regression ,Multivariate Quantile Regression, Ridge Regression, Lasso Regression and Elastic Net Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Linear Regression ,Multivariate Quantile Regression, Ridge Regression, Lasso Regression and Elastic Net Regression

Problem statement: Hass Consulting Company which is a real estate leader with over 25 years of experience. You have been tasked to study the factors that affect housing prices using the given information on real estate properties that was collected over the past few months. Later onwards, create a model that would allow the company to accurately predict the sale prices.

Description

An interrogation of the characteristics of the models on the coefficients is performed.The performance of Each models is obtained in terms of MSE is obtained, The best performing model is optimized in the problem solution

Context

The project code implements the following multivariate regression techniques to predict house price:

  • Multiple Linear Regression
  • Multivariate Quantile Regression
  • Ridge Regression
  • Lasso Regression
  • Elastic Net Regression

The dataset has the following features:

Data Features

  • Id
  • price - Price of the house
  • bedrooms - Number of Bedrooms
  • bathrooms - Number of Bathrooms
  • sqft_living - Square feet area of living area
  • sqft_lot - Square feet area of parking Layout
  • floors - Number of Floors
  • waterfront - Whether waterfront is there or not
  • view - Number of Views
  • grade - Grades
  • sqft_above
  • sqft_basement - Square feet area off basement
  • yr_built - Year the house is built
  • yr_renovated - Year the house is renovated
  • zipcode - zipcode os the house
  • lat : Latitude of the house
  • lon : Longitude of the house
  • sqft_living15
  • sqft_lot15

Requirements

  • Anaconda installation
  • Google colab
  • Setup instruction
  • Save a copy of the notebook in your drive and open it to access.

Technologies used

DS

Support

In case of any clarifications or suggestions with regards to this project email me at jumakeya@gmail.com

License Copyright (c) 2020 Abel Keya

About

Multiple Linear Regression ,Multivariate Quantile Regression, Ridge Regression, Lasso Regression and Elastic Net Regression


Languages

Language:Jupyter Notebook 100.0%