.gitignore
.pre-commit-config.yaml
LICENSE.md
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
.github/CONTRIBUTING.md
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
datasets/compas.csv
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/make.bat
docs/_static/Synthesized-Logo-Colour.png
docs/_static/css/Canela-Light.ttf
docs/_static/css/Gilroy-Regular.ttf
docs/_static/css/Gilroy-RegularItalic.ttf
docs/_static/css/Gilroy-SemiBold.ttf
docs/_static/css/Gilroy-SemiBoldItalic.ttf
docs/_static/css/custom.css
docs/_templates/base.rst
docs/_templates/class.rst
docs/_templates/module.rst
docs/reference/index.rst
docs/user_guide/correlations.rst
docs/user_guide/fairness.rst
docs/user_guide/index.rst
docs/user_guide/metrics.rst
docs/user_guide/quickstart.rst
docs/user_guide/scorer.rst
docs/user_guide/sensitive.rst
docs/user_guide/significance.rst
docs/user_guide/viz.rst
notebooks/compas.ipynb
src/fairlens/__init__.py
src/fairlens.egg-info/PKG-INFO
src/fairlens.egg-info/SOURCES.txt
src/fairlens.egg-info/dependency_links.txt
src/fairlens.egg-info/requires.txt
src/fairlens.egg-info/top_level.txt
src/fairlens/bias/__init__.py
src/fairlens/bias/distance.py
src/fairlens/bias/metrics.py
src/fairlens/bias/p_value.py
src/fairlens/bias/utils.py
src/fairlens/bias/viz.py
src/fairlens/scorer/__init__.py
src/fairlens/scorer/fairness_scorer.py
src/fairlens/scorer/heatmap.py
src/fairlens/sensitive/__init__.py
src/fairlens/sensitive/correlation.py
src/fairlens/sensitive/detection.py
src/fairlens/sensitive/configs/config_engb.json
src/fairlens/sensitive/configs/config_mock.json
tests/__init__.py
tests/test_detection.py
tests/test_heatmap.py
tests/test_metrics.py
tests/test_p_value.py
tests/test_scorer.py
tests/test_utils.py
tests/test_viz.py