LICENSE
README.md
pyproject.toml
scikit_fair.egg-info/PKG-INFO
scikit_fair.egg-info/SOURCES.txt
scikit_fair.egg-info/dependency_links.txt
scikit_fair.egg-info/requires.txt
scikit_fair.egg-info/top_level.txt
skfair/__init__.py
skfair/audit/__init__.py
skfair/audit/_bias_auditor.py
skfair/audit/_fairness_auditor.py
skfair/audit/_plots.py
skfair/comparison/__init__.py
skfair/comparison/_html_template.py
skfair/comparison/_plots.py
skfair/comparison/_report.py
skfair/comparison/_utils.py
skfair/datasets/__init__.py
skfair/datasets/_adult.py
skfair/datasets/_compas.py
skfair/datasets/_german.py
skfair/datasets/_heart_disease.py
skfair/datasets/_preprocessing.py
skfair/datasets/_ricci.py
skfair/experimentation/__init__.py
skfair/experimentation/_config_parser.py
skfair/experimentation/_experiment.py
skfair/experimentation/_registry.py
skfair/experimentation/_runner.py
skfair/metrics/__init__.py
skfair/metrics/_fairness.py
skfair/metrics/_performance.py
skfair/preprocessing/__init__.py
skfair/preprocessing/_base.py
skfair/preprocessing/_disparate_impact_remover.py
skfair/preprocessing/_drop_columns.py
skfair/preprocessing/_fair_smote.py
skfair/preprocessing/_fairbalance.py
skfair/preprocessing/_fairbalance_classifier.py
skfair/preprocessing/_fairmask.py
skfair/preprocessing/_fairway.py
skfair/preprocessing/_fawos.py
skfair/preprocessing/_fos.py
skfair/preprocessing/_heterogeneous_fos.py
skfair/preprocessing/_intersectional.py
skfair/preprocessing/_learning_fair_representations.py
skfair/preprocessing/_massaging.py
skfair/preprocessing/_optimized_preprocessing.py
skfair/preprocessing/_reweighing.py
skfair/preprocessing/_reweighing_classifier.py
skfair/preprocessing/_sampler_utils.py