LICENSE
README.md
pyproject.toml
cohortmatch/__init__.py
cohortmatch/api.py
cohortmatch/datasets.py
cohortmatch/datatypes.py
cohortmatch/evalue.py
cohortmatch/exceptions.py
cohortmatch/pipeline.py
cohortmatch/py.typed
cohortmatch/risk_set.py
cohortmatch/supplement.py
cohortmatch/validation.py
cohortmatch/visualization.py
cohortmatch.egg-info/PKG-INFO
cohortmatch.egg-info/SOURCES.txt
cohortmatch.egg-info/dependency_links.txt
cohortmatch.egg-info/requires.txt
cohortmatch.egg-info/top_level.txt
cohortmatch/data/__init__.py
cohortmatch/data/lalonde.csv
cohortmatch/matching/_utils.py
cohortmatch/matching/covariate_nn.py
cohortmatch/matching/distances.py
cohortmatch/matching/fast_greedy.py
cohortmatch/matching/greedy.py
cohortmatch/matching/optimal.py
cohortmatch/matching/strata.py
cohortmatch/metrics/balance.py
cohortmatch/metrics/propensity.py
cohortmatch/metrics/treatment.py
cohortmatch/metrics/utils.py
cohortmatch/utils/__init__.py
cohortmatch/utils/logging.py
tests/test_api.py
tests/test_balance.py
tests/test_bugfixes.py
tests/test_calipers.py
tests/test_distances.py
tests/test_docstrings.py
tests/test_engine_parity.py
tests/test_evalue.py
tests/test_fast_greedy.py
tests/test_greedy.py
tests/test_index_preservation.py
tests/test_integration.py
tests/test_lalonde.py
tests/test_matcher.py
tests/test_matcher_participant_ids.py
tests/test_matching_correctness.py
tests/test_matchit_scale.py
tests/test_matchit_validation.py
tests/test_optimal.py
tests/test_participant_ids_edge_cases.py
tests/test_propensity.py
tests/test_readme.py
tests/test_reproducibility.py
tests/test_risk_set.py
tests/test_treatment.py
tests/test_utils.py