Skip to content

org-not-included/real_estate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains some exploratory analysis of the real estate market.

The dataset was provided on Kaggle by ahmedshahriarsakib.


Quick Start

Run the setup script in the terminal:

. ./setup/init.sh

Repository Structure

models/ - Contains all the analytical models used for parsing, fitting, and prediction.

data/ - Contains the data used by the analytical models.

data/us_real_estate.csv

  • status - (moot) All houses are for-sale
  • bed - number of bedrooms
  • bath - number of bathrooms
  • acre_lot - number of acres for property
  • city - Name of the city
  • state - Name of the state
  • zip_code - Zipcode of the house
  • house_size - Square feet of the house
  • prev_sold_date - last time house was sold
  • price - Current listing price or recently sold price (if the house is sold recently)

About

Some analytics on different home types and prices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages