Back to 'Table of Contents'
Using the 'zillow' dataset from a SQL database acquire properties that have a transaction date of 2017 and are single family/single family inferred homes in order to best predict the home's value.
Back to 'Table of Contents'
Back to 'Table of Contents'
Given the 'zillow' dataset at hand, I believe that the location of the home, the contents of the home, as well as it's proximity to key features in the area will be a strong determining factor to accurately predict the home's value.
Back to 'Table of Contents'
Field Name | Data Type | Data Format | Description | Example |
---|---|---|---|---|
object | str | Defines gender of customer | 'Male' | |
bedrooms | float | #.# | Defines the number of bedrooms in the home | 3.0 |
home_sqft | float | #.# | Defines the total square footage of the home | 2444.0 |
full_bathrooms | int | # | Defines the number of full bathrooms in the home | 3 |
lotsize_sqft | float | #.# | Defines the total square footage of the lot the home resides on | 10200.0 |
home_age | int | # | Defines how old the home is from when it was built to 2017 | 76 |
value | float | #.# | TARGET VALUE - Defines the home's value | 689354.0 |
home_lot_ratio | float | #.# | Defines the ratio of the home size to the lot size | 0.24 |
DUMMY COLS | uint | 0, 1 | Binary (True, False) column for specific column name | 0 |
Back to 'Table of Contents'
- Clone this repo
- Create 'env.py' file that connects to SQL
- Run desired .ipynb
- Adds better predictive value to regression model
- Number of bedrooms
- Total sq. ft. of home
- Number of full bathrooms
- Total sq. ft. of lot the home is on
- The age of the home
- The ratio of the home and lot sq. ft.
- Increases value
- Number of bedrooms
- Total sq. ft. of home
- Number of full bathrooms
- The ratio of the home and lot sq. ft.
- Decreases value
- The age of the home
- The age of the home
- Focus for higher value
- More bedrooms
- More full bathrooms
- Larger home
- Larger home to lot ratio
- Location specific
- Difference in states
- Difference in county
- Difference in city
- Difference in neighborhood
- Proximity specific
- Density of schools
- Density of entertainment/recreation
- Density of landmarks/parks
- Density of retail
- Density of job opportunity
- Accessibility
- Community specific
- Density of population
- Type of religion
- Type of residents (Young, middle, old)
- Type of family structures
- Ethnic distribution
- Gender distribution
- Hazard specific
- Natural disaster risk (Tornado, flood, hurricane, etc.)
- Crime rate density
- Type of crime