Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

imrehg/cdei-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.