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/datasets/__init__.py
skfair/datasets/_adult.py
skfair/datasets/_german.py
skfair/datasets/_heart_disease.py
skfair/datasets/_preprocessing.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