The project uses population, economic, and demographic data in order to predict the unsheltered homeless population in regions across the United States.
- Install conda
- Run
conda env create -f environment.yml - Activate the environment with the command
conda activate hacklytics
- Activate the environment with the command
conda activate hacklytics - Run
conda env update -f environment.yml
- Run
conda activate hacklytics - To install new packages, run
conda install [PACKAGENAME] - To export conda config
conda env export --from-history > environment.yml