Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork adds the FairSquare unqualified benchmarks to VeriFair


VeriFair

Contains the code for the VeriFair algorithm proposed in https://arxiv.org/abs/1812.02573.

  • Works with Python 3.6. Python dependencies are numpy, and (for the QuickDraw benchmark) tensorflow, magenta, and svgwrite.

  • To run the FairSquare benchmarks, run

    $ cd python
    $ python -m verifair.main.fairsquare
  • To run the FairSquare benchmarks with the path-specific causal fairness specification, run
    $ cd python
    $ python -m verifair.main.fairsquare_causal
  • To run the FairSquare benchmarks with the QuickDraw benchmark, run
    $ cd python
    $ python -m verifair.main.quickdraw
  • The C++ implementations of three FairSquare benchmarks are available in c/.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages