Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 562 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 562 Bytes

Detecting and Mitigating Bias in Machine Learning Models Starting Repository

Starter repository for Manning LiveProject: Detecting and Mitigating Bias in Machine Learning Models

Setup

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.