LICENSE
README.md
pyproject.toml
cp_based_fair_maker.egg-info/PKG-INFO
cp_based_fair_maker.egg-info/SOURCES.txt
cp_based_fair_maker.egg-info/dependency_links.txt
cp_based_fair_maker.egg-info/requires.txt
cp_based_fair_maker.egg-info/top_level.txt
src/cp_based_fair_maker/__init__.py
src/cp_based_fair_maker/algorithms/__init__.py
src/cp_based_fair_maker/algorithms/cp_transformer.py
src/cp_based_fair_maker/algorithms/cp_undersampler.py
src/cp_based_fair_maker/algorithms/models/__init__.py
src/cp_based_fair_maker/algorithms/models/fair_score_cp_transformable.py
src/cp_based_fair_maker/datasets/__init__.py
src/cp_based_fair_maker/datasets/binary_label_dataset.py
src/cp_based_fair_maker/datasets/dataset.py
src/cp_based_fair_maker/datasets/multiclass_label_dataset.py
src/cp_based_fair_maker/datasets/raw_dataset.py
src/cp_based_fair_maker/datasets/regression_dataset.py
src/cp_based_fair_maker/errors/__init__.py
src/cp_based_fair_maker/examples/__init__.py
src/cp_based_fair_maker/metrics/__init__.py
src/cp_based_fair_maker/metrics/class_imbalance.py
src/cp_based_fair_maker/metrics/dataset_metric.py
src/cp_based_fair_maker/metrics/fair_score.py
src/cp_based_fair_maker/metrics/raw_metric.py
src/cp_based_fair_maker/utils/__init__.py
src/cp_based_fair_maker/utils/operations.py
src/cp_based_fair_maker/utils/range.py
tests/__init__.py
tests/algorithms/__init__.py
tests/algorithms/test_cp_undersampler.py
tests/datasets/__init__.py
tests/datasets/test_binary_label_dataset.py
tests/datasets/test_dataset.py
tests/datasets/test_multiclass_label_dataset.py
tests/datasets/utils.py
tests/metrics/__init__.py
tests/metrics/test_class_imbalance.py
tests/metrics/test_dataset_metric.py
tests/metrics/test_fair_score.py