CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/ai-act-dossier-mapping.md
docs/example-workflow.md
docs/foundation-model-comparison.md
docs/inter-rater-agreement.md
docs/intersectional-fairness-and-calibration.md
docs/multi-class-metrics.md
docs/samd-fairness-score.md
docs/statistical-methodology.md
src/fmm_fairness/__init__.py
src/fmm_fairness/agreement.py
src/fmm_fairness/ai_act_dossier.py
src/fmm_fairness/calibration.py
src/fmm_fairness/cli.py
src/fmm_fairness/comparison.py
src/fmm_fairness/evidence.py
src/fmm_fairness/intersect.py
src/fmm_fairness/metrics.py
src/fmm_fairness/plots.py
src/fmm_fairness/statistics.py
src/fmm_fairness/templates/__init__.py
src/fmm_fairness/templates/ai_act/README.md
src/fmm_fairness/templates/ai_act/human-oversight.md
src/fmm_fairness/templates/ai_act/model-card.yaml
src/fmm_fairness/templates/ai_act/post-market-monitoring.csv
src/fmm_fairness/templates/ai_act/post-market-monitoring.md
src/fmm_fairness_eval.egg-info/PKG-INFO
src/fmm_fairness_eval.egg-info/SOURCES.txt
src/fmm_fairness_eval.egg-info/dependency_links.txt
src/fmm_fairness_eval.egg-info/entry_points.txt
src/fmm_fairness_eval.egg-info/requires.txt
src/fmm_fairness_eval.egg-info/top_level.txt
tests/test_agreement.py
tests/test_ai4skin_replication.py
tests/test_ai_act_dossier.py
tests/test_calibration.py
tests/test_cli_ai_act_full.py
tests/test_cli_intersect_calibration.py
tests/test_cli_multi_class.py
tests/test_comparison.py
tests/test_evidence.py
tests/test_intersect.py
tests/test_metrics.py
tests/test_multi_class.py
tests/test_statistics.py