You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
(We hypothesize that) there are certain areas within the Portland MSA that have greater concentrations of permits drawn. (We hypothesize that) these areas have certain similarities that illustrate common claims about equity in ADU development.
The 2013 Oregon DEQ survey of ADU owners points to financing as the greatest obstacle in ADU construction, with the majority of respondents having paid in cash or with a home equity line of credit. While the greater number of small square-footage units in the city does create more affordable options, those property owners who already have considerable capital (are hypothesized to) disproportionately benefit from the long-term gains resulting from the development. There are a number of programs to close this gap under way, including new models of bank financing programs, nonprofit groups educating about DIY possibilities and grant-funding, and scholarly work demonstrating the added value to the property of ADUs to enable more traditional loans.
Key metrics:
Unit: Census Tract
Examining: Concentration of ADU permits (completed ADU permits?)
Median Income, or
Median Rent/Home Price
Setup
Create Card Document from this template and link above
Type of data processing / analysis this story card uses
Each card can belong to one or more categories listed below
descriptive - simple data (re)-representation, doing summary statistics belongs to this category, we do this for all data sets
explanatory - testing hypotheses and / or comparing data points
predictive - any regression, model fitting, classification or clustering tasks
prescriptive - when you want to recommend any action to be taken (we do this rarely, if at all)
Decide whether to load to database or S3 with proper metadata documentation
Review metadata and proposed data analysis
Version control all the scripts used to process the data by cloning 2019HackORDataScienceTemplate repository, then change the name to follow the convention
E.g. 2019-{TEAM-NAME}-data-science, or 2019-housing-data-science
Prototyping and testing analysis proposals
You are encouraged to provide a prototype of your analysis using Jupyter notebook or Rmarkdown notebooks and then store the prototyping notebooks under
2019-{TEAM-NAME}-data-science/notebooks/
once you finalize the analysis for a story card, you are encouraged to extract reusable functions into a python scripts and for each story card
We recommend having a jupyter notebook / bash script or python script that can run the data-pipeline for producing each story card / workflow from end-to-end to its final form. Example below:
#!/bin/bash
TEAM-NAME=housing
cd 2019-{TEAM-NAME}-data-science
pull data appropriately
minimal transformation is done at this stage but you
can save the downloaded data as a file to the “interim” folder on S3 # or interim data table on RDS
python ./src/data/make_dataset_story_card_1.py
transform, filter, do ETL (extract transform load task)
the dataset write out to a file / RDS would live as the “processed” # folder
7.. There should also be a Dockerfile documenting the library dependencies as 2019-{TEAM-NAME}-data-science/build/Dockerfile
And / or accompanying docker-compose.yml file at
2019-{TEAM-NAME}-data-science/build/docker-compose.yml
For more detailed guidelines for the best practices to follow when documenting a story card / data workflow. Please refer to the data science best practices documentation
We hypothesize that) there are certain areas within the Portland MSA that have greater concentrations of permits drawn. (We hypothesize that) these areas have certain similarities that illustrate common claims about equity in ADU development.
Story Card Request
Project: HOUSING
Card Title:
Card Document: (https://docs.google.com/document/d/1tBi_VvcVelG0lprx7hqFHmDjSalcf09K6AugvfbPtzM/edit)
Milestones
Context
(We hypothesize that) there are certain areas within the Portland MSA that have greater concentrations of permits drawn. (We hypothesize that) these areas have certain similarities that illustrate common claims about equity in ADU development.
The 2013 Oregon DEQ survey of ADU owners points to financing as the greatest obstacle in ADU construction, with the majority of respondents having paid in cash or with a home equity line of credit. While the greater number of small square-footage units in the city does create more affordable options, those property owners who already have considerable capital (are hypothesized to) disproportionately benefit from the long-term gains resulting from the development. There are a number of programs to close this gap under way, including new models of bank financing programs, nonprofit groups educating about DIY possibilities and grant-funding, and scholarly work demonstrating the added value to the property of ADUs to enable more traditional loans.
Key metrics:
Unit: Census Tract
Examining: Concentration of ADU permits (completed ADU permits?)
Median Income, or
Median Rent/Home Price
Setup
Type of data processing / analysis this story card uses
Each card can belong to one or more categories listed below
Data documentation and proposed analysis
Version control all the scripts used to process the data by cloning 2019HackORDataScienceTemplate repository, then change the name to follow the convention
E.g. 2019-{TEAM-NAME}-data-science, or 2019-housing-data-science
Prototyping and testing analysis proposals
You are encouraged to provide a prototype of your analysis using Jupyter notebook or Rmarkdown notebooks and then store the prototyping notebooks under
2019-{TEAM-NAME}-data-science/notebooks/
2019-{TEAM-NAME}-data-science/src/data/make_dataset.py
2019-{TEAM-NAME}-data-science/src/features/build_features.py
#!/bin/bash
TEAM-NAME=housing
cd 2019-{TEAM-NAME}-data-science
pull data appropriately
minimal transformation is done at this stage but you
can save the downloaded data as a file to the “interim” folder on S3 # or interim data table on RDS
python ./src/data/make_dataset_story_card_1.py
transform, filter, do ETL (extract transform load task)
the dataset write out to a file / RDS would live as the “processed” # folder
python ./src/features/build_features_story_card_1.py
provide prototype visualization of the dataset if applicable
python ./src/visualization/visualize_story_card_1.py
7.. There should also be a Dockerfile documenting the library dependencies as 2019-{TEAM-NAME}-data-science/build/Dockerfile
And / or accompanying docker-compose.yml file at
2019-{TEAM-NAME}-data-science/build/docker-compose.yml
For more detailed guidelines for the best practices to follow when documenting a story card / data workflow. Please refer to the data science best practices documentation
Set up data processing development environment
We hypothesize that) there are certain areas within the Portland MSA that have greater concentrations of permits drawn. (We hypothesize that) these areas have certain similarities that illustrate common claims about equity in ADU development.
Build APIs
Data visualization:
Design
Written content / additional links
The text was updated successfully, but these errors were encountered: