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.

Task: Estimate the price based on given features.

Model Introduction

Here we will use deep learning method using keras and tensorflow for the regression problem of house price prediction.

Imports

Important Scripts

Parameters

Load the data

Data Processing

Train Test Split

Scaling

Fitting