Jupyter Book Link: https://ucb-stat-159-s22.github.io/hw07-group23/main.html
Note: This repository is public so that Binder can find it. All code and data is based on the original Kaggle Adult Income in the United States. This repository is a class exercise that focuses on reproducibility of research, as a homework assignment for the Spring 2022 installment of UC Berkeley's Stat 159/259 course, Reproducible and Collaborative Data Science.
Our exploration and analysis focused on discovering different relationships amongst demographic information about those residing in the United States in this project.
Use the binder link provided or clone the repository to run locally to run this notebook. A list of makefile instructions is provided below:
all
: Runs all .ipynb notebooks.clean
: Removes all figures from the /output directoryenv
: Creates the environment with all necessary libraries.