Table of Contents

Data Description

This dataset contains house sale prices for King County, which includes Seattle. It includes homes sold between May 2014 and May 2015.

Dependent features: 1 (price)
Features : 19 home features
Id: 1 house ID
Task: Estimate the price based on given features.

Business Problem

Business Problem:
Task    : Predict the house price based on King County Seattle House price data.
Metric : RMSE
General Model: SVR, Ridge, Random Forest
Boosting: Gradient Boosting, xgb, lgb Tools: Stakcing multiple regressors to train and blending them to predit
Question: What is the price of new house?

Imports

Important Scripts

Parameters

Load the data

Data Processing

Train-target split

Modelling

Setup Models

Cross validation scores

Fit the models and get train predictions

Blend models and get predictions

Model Predictions on Test Data

Time Taken