Skip to content

estherrolf/multi-objective-impact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

multi-objective-impact

This repository houses the code for reproducing the experimental results from the paper:

Esther Rolf, Max Simchowitz, Sarah Dean, Lydia T. Liu, Daniel Björkegren, Moritz Hardt, and Joshua Blumenstock. Balancing Competing Objectives with Noisy Data: Score-Based Classifiers for Welfare-Aware Machine Learning. Proceedings of the 37th International Conference on Machine Learning (ICML). 2020.

Instructions

Populate the data folder with the abalone dataset and the credit score data from the links below. Once done, the structure should look like:

multi-objective-impact

multi-objective-impact  
├── code  
├── data  
│   ├── abalone  
│   │   └── abalone.data  
│   ├── fico  
│   │   ├── totals.csv  	
│   │   ├── transrisk_cdf_by_race_ssa.csv	  
│   │   └── transrisk_performance_by_race_ssa.csv  

Datasets

The outside datasets to reproduce our results are:

Code dependencies

We recommend using this code with a 3.7.1 standard Anaconda install. The following packages are required to run our code (we tested our code with the versions in parenthesis):

numpy 1.15.4  
pandas 0.23.4  
sklearn 0.20.1  
matplotlib 3.0.2  
seaborn 0.9.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published