Skip to content

hil-se/FairBalance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FairBalance: How to Achieve Equalized Odds With Data Pre-processing

Data

Data files can be found under https://github.com/hil-se/FairBalance/tree/main/data. Most of the datasets are originally from UCI data repository.

Algorithm

The FairBalance algorithm is implemented in https://github.com/hil-se/FairBalance/blob/main/src/preprocessor.py.

Usage

  1. Install dependencies:
pip install -r requirements.txt
  1. Navigate to the source code:
cd src
  1. Run experiments on all eight datasets:
python main.py
  1. Results are stored in separate csv files under https://github.com/hil-se/FairBalance/tree/main/results.

Experiment with FaceBeauty data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published