Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.13 KB

Bias exploration

Build and Deploy Site Clean and Release Notebooks

This repository contains an analysis of bias mitigation algorithms in machine learning. We apply a range of interventions to two data sets and compare results.

You can view the results of our analysis and an accompanying discussion on our accompanying website.

Notebooks containing all of our analysis can be found in the notebooks/ folder. You can run any one of them in your browser without installing anything courtesy of Binder. Alternatively clone this repository to run the notebooks locally. You can install the required dependencies with

pip install -r ./src/requirements.txt

Development

All source code is contained in src/, including raw versions of the notebooks. See the README in src/ for more details.