Fairness-aware machine learning: algorithms, comparisons, benchmarking
Project description
This repository is meant to facilitate the benchmarking of fairness aware machine learning algorithms.
The associated paper is:
A comparative study of fairness-enhancing interventions in machine learning by Sorelle A. Friedler, Carlos Scheidegger, Suresh Venkatasubramanian, Sonam Choudhary, Evan P. Hamilton, and Derek Roth. https://arxiv.org/abs/1802.04422
To install this software run:
$ pip3 install fairness
The below instructions are still in the process of being updated to work with the new pip install-able version.
To run the benchmarks:
$ from fairness.benchmark import run
$ run()
This will write out metrics for each dataset to the results/ directory.
To generate graphs and other analysis run:
$ python3 analysis.py
If you do not yet have all the packages installed, you may need to run:
$ pip install -r requirements.txt
Optional: The benchmarks rely on preprocessed versions of the datasets that have been included in the repository. If you would like to regenerate this preprocessing, run the below command before running the benchmark script:
$ python3 preprocess.py
To add new datasets or algorithms, see the instructions in the readme files in those directories.
OS-specific things
On Ubuntu
(We tested on Ubuntu 16.04, your mileage may vary)
You'll need python3-dev
:
$ sudo apt-get install python3-dev
Additional analysis-specific requirements
To regenerate figures (this is messy right now. we're working on it)
Python requirements (use pip):
ggplot
System requirements:
pandoc
(brew install pandoc
on a Mac orapt-get install pandoc
on Linux)- R (Mac download link: https://cran.rstudio.com/bin/macosx/R-3.4.3.pkg)
R package requirements (use install.packages
):
rmarkdown
stringr
ggplot2
dplyr
magrittr
corrplot
robust
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fairness-cscheid-0.1.5.tar.gz
.
File metadata
- Download URL: fairness-cscheid-0.1.5.tar.gz
- Upload date:
- Size: 12.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4e5c06708e592d5792040a6cd19dea35d99b6e54dc73fc0cb8d9d8bbd2c4fa6 |
|
MD5 | 817c068bfcd8c626d4627da58f32a0f9 |
|
BLAKE2b-256 | a812bfb188bf6052b40f73f7fcd10c37a1f1f32a6939ae1184627f82aef86b5e |
File details
Details for the file fairness_cscheid-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: fairness_cscheid-0.1.5-py3-none-any.whl
- Upload date:
- Size: 14.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86bba139310876764e1723ae2206949cd933f5e45807180507c45d7a2c0488bf |
|
MD5 | 20836edb684110e023aebb4b9b4f683f |
|
BLAKE2b-256 | 85b75037732ce828d242831c1de049a38c4f20ac250c5bd8f0fd21dcdfbe4bbe |