This site seeks to explore the relationship between individuals' socioeconomic characteristics and their likelihood of homeownership. Specifically we define a Racial Disparity Index (RDI) that quantifies racial inequality in an outcome gap in the homeownership problem space.
- Fork this Repo
- Clone the Repo onto your computer
- Create a branch (git checkout -b new-feature)
- Make Changes
- Run necessary quality assurance tools (Formatter, Linter, etc).
- Test the site on your local machine with
streamlit run app.py
- Add your changes (git commit -am "Commit Message" or git add . followed by git commit -m "Commit Message")
- Push your changes to the repo (git push origin new-feature)
- Create a pull request