Starter repository for Manning LiveProject: Detecting and Mitigating Bias in Machine Learning Models
This project requires Python 3.7 installed with the anaconda distribution.
To install the required libraries in a new virtual environment, run conda env create -f environment.yml
from the project root
directory. This will install the libraries into a virtual env that can be activated with conda activate bias-project
.