Coder Social home page Coder Social logo

clustering-project's Introduction

Zillow Clustering Project

Author: Luke Becker

Description:

The purpose of this project is to develop a model that is able to predict the log error of Zillow's Zestimate in predicting values in three counties in California, using the Zillow dataset.

In addition, there are these deliverables: 1. Acquire.py, Prep.py, Wrangle.py, and explore.py files to assist in recreating project. 2. Juptyer Notebook with exploration and modeling of the data. 3. Readme with summary of project outline and data dictionary.

Project Goals

  • Discover if by using clustering models and algorithmns, I can produce a model that better predicts the log error of Zillow's Zestimate of property values.
  • Utilize Clustering techniques to produce visuals and new features for modeling

Project Planning

Initial Questions:

  • Does number of bedrooms matter to the log error of the Zestimate?
  • Does location within the state or county affect overall log error?
  • Are there clusters of related features, such as location information that can yield more useful derived features to model on?
  • Do these features created from clustering actually produce a better model to predict the Zestimate's log error?

Hypothesis Tests:

Initial ideas for testing.

Features: latitude and logitude
  • H0: The population means for the 4 location clusters are all equal (no significant difference)

  • Ha: The population means for the 4 location clusters are not equal (there is a significant difference)

Features: bedroomcnt and bathroomct
  • H0: The population means for the 4 rooms clusters are all equal (no significant difference)

  • Ha: The population means for the 4 rooms clusters are not equal (there is a significant difference)

Data Dictionary

Feature Definition
bathroomcnt Number of bathrooms in property (includes half bathrooms)
bedroomcnt Number of bedrooms in property
calculatedbathnbr Number of both bedrooms and bathrooms in property
calculatedfinishedsquarefeet Total Square Footage of the property
fullbathcnt Number of full bathrooms in property (excludes half bathrooms)
centroid_latitude The centroid of latitude created via clustering
centroid_longitude The centroid of longitutde created via clustering
age Number of years since house was built
location_cluster_0 Subset of the location clustering
fips A federal code designating areas of the country that functions similarly to a zip code
Target Definition
logerror Log error of Zestimate vs actual property value

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.