LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/medmodels/__init__.py
src/medmodels.egg-info/PKG-INFO
src/medmodels.egg-info/SOURCES.txt
src/medmodels.egg-info/dependency_links.txt
src/medmodels.egg-info/requires.txt
src/medmodels.egg-info/top_level.txt
src/medmodels/dataclass/__init__.py
src/medmodels/dataclass/dataclass.py
src/medmodels/dataclass/utils.py
src/medmodels/matching/__init__.py
src/medmodels/matching/evaluation.py
src/medmodels/matching/matching.py
src/medmodels/matching/metrics.py
src/medmodels/matching/algorithms/__init__.py
src/medmodels/matching/algorithms/classic_distance_models.py
src/medmodels/matching/algorithms/propensity_score.py
src/medmodels/matching/covariates/__init__.py
src/medmodels/matching/covariates/covariates_preprocessing.py
src/medmodels/treatment_effect_estimation/__init__.py
src/medmodels/treatment_effect_estimation/continuous_estimators.py
src/medmodels/treatment_effect_estimation/treatment_effect.py