LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
healthfraudml/__init__.py
healthfraudml/detector.py
healthfraudml.egg-info/PKG-INFO
healthfraudml.egg-info/SOURCES.txt
healthfraudml.egg-info/dependency_links.txt
healthfraudml.egg-info/requires.txt
healthfraudml.egg-info/top_level.txt
healthfraudml/auditor/__init__.py
healthfraudml/auditor/billing_auditor.py
healthfraudml/auditor/db.py
healthfraudml/auditor/llm_integration.py
healthfraudml/auditor/data/cms_pfs_benchmark.csv
healthfraudml/evaluation/__init__.py
healthfraudml/evaluation/benchmark.py
healthfraudml/evaluation/explainability.py
healthfraudml/evaluation/metrics.py
healthfraudml/fraud_types/__init__.py
healthfraudml/fraud_types/duplicate_claims.py
healthfraudml/fraud_types/identity_theft.py
healthfraudml/fraud_types/phantom_billing.py
healthfraudml/fraud_types/unbundling.py
healthfraudml/fraud_types/upcoding.py
healthfraudml/models/__init__.py
healthfraudml/models/hybrid/__init__.py
healthfraudml/models/hybrid/ensemble.py
healthfraudml/models/hybrid/stacked.py
healthfraudml/models/supervised/__init__.py
healthfraudml/models/supervised/bayesian.py
healthfraudml/models/supervised/gradient_boosting.py
healthfraudml/models/supervised/neural_network.py
healthfraudml/models/supervised/random_forest.py
healthfraudml/models/supervised/svm.py
healthfraudml/models/unsupervised/__init__.py
healthfraudml/models/unsupervised/ais.py
healthfraudml/models/unsupervised/clustering.py
healthfraudml/models/unsupervised/outlier.py
healthfraudml/preprocessing/__init__.py
healthfraudml/preprocessing/claims.py
healthfraudml/preprocessing/feature_engineering.py
healthfraudml/preprocessing/privacy.py
healthfraudml/readiness/__init__.py
healthfraudml/readiness/assessment.py
healthfraudml/readiness/report_generator.py
healthfraudml/readiness/tam_survey.py
tests/test_auditor.py
tests/test_detector.py
tests/test_evaluation.py
tests/test_models.py
tests/test_preprocessing.py
tests/test_vector_db.py