GitXplorerGitXplorer
h

fairlearn_private_data

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
39d4aac415d0c9a242bc60f5b0ec876c48331a4f

Update README.md

hhusseinmozannar committed a year ago
Verified
9be9ff7c0b7f09ead42ff6cd06fbf72a1a0e25b8

Update adult_experiment.ipynb

hhusseinmozannar committed a year ago
Unverified
4b78ab5461f8efe10f39591465764c1933c65294

add readme

hhusseinmozannar committed 5 years ago
Unverified
4c5b69e621535ba90df555a1666772d75813cbf5

add readme

hhusseinmozannar committed 5 years ago
Unverified
57b6d76c457289d4022b36136e82927babcac388

first

hhusseinmozannar committed 5 years ago

README

The README file for this repository.

Fair Learning with Private Demographic Data

This repository includes the code for our ICML 2020 paper Fair Learning with Private Demographic Data by Hussein Mozannar, Mesrob I. Ohannessian and Nathan Srebro.

Sensitive attributes such as race are rarely available to learners in real world settings as their collection is often restricted by laws and regulations. We give a scheme that allows individuals to release their sensitive information privately while still allowing any downstream entity to learn non-discriminatory predictors. We show how to adapt non-discriminatory learners to work with privatized protected attributes giving theoretical guarantees on performance.

This repository contains a jupyter notebook to reproduce Figure 1 in our paper, the task is to learn a non-discriminatory predictor on the adult dataset.

Requirements

The notebook can be easily run on Google Colab.

Citation

@inproceedings{mozannar2020fair,
  title={Fair learning with private demographic data},
  author={Mozannar, Hussein and Ohannessian, Mesrob and Srebro, Nathan},
  booktitle={International Conference on Machine Learning},
  pages={7066--7075},
  year={2020},
  organization={PMLR}
}