LICENSE
README.md
pyproject.toml
tcri/__init__.py
tcri/get.py
tcri.egg-info/PKG-INFO
tcri.egg-info/SOURCES.txt
tcri.egg-info/dependency_links.txt
tcri.egg-info/requires.txt
tcri.egg-info/top_level.txt
tcri/_compute/__init__.py
tcri/_compute/_distance.py
tcri/_compute/_joint.py
tcri/_compute/_tables.py
tcri/_compute/_xp.py
tcri/_state/__init__.py
tcri/_state/keys.py
tcri/_state/schemas.py
tcri/_state/storage.py
tcri/_stats/__init__.py
tcri/_stats/_compare.py
tcri/_stats/_core.py
tcri/datasets/__init__.py
tcri/datasets/_simulate.py
tcri/diagnostics/__init__.py
tcri/diagnostics/_ppc.py
tcri/diagnostics/_training.py
tcri/model/__init__.py
tcri/model/_callbacks.py
tcri/model/_classifier.py
tcri/model/_model.py
tcri/model/_module.py
tcri/model/_priors.py
tcri/model/_training.py
tcri/plotting/__init__.py
tcri/plotting/_base.py
tcri/plotting/_colors.py
tcri/plotting/_delta.py
tcri/plotting/_entropy.py
tcri/plotting/_flux.py
tcri/plotting/_mutual_information.py
tcri/plotting/_sankey.py
tcri/preprocessing/__init__.py
tcri/preprocessing/_preprocessing.py
tcri/tools/__init__.py
tcri/tools/_delta.py
tcri/tools/_entropy.py
tcri/tools/_flux.py
tcri/tools/_joint.py
tcri/tools/_mutual_information.py
tcri/utils/__init__.py
tcri/utils/_utils.py
tests/test_contract_conformance.py
tests/test_guide_concentration.py
tests/test_helpers.py
tests/test_layout.py
tests/test_metrics_contract_conformance.py
tests/test_model_classifier.py
tests/test_model_contract_conformance.py
tests/test_model_determinism.py
tests/test_model_guardrails.py
tests/test_model_knobs.py
tests/test_model_setup.py
tests/test_model_smoke.py
tests/test_pyro_params.py
tests/test_real_data_yost.py
tests/test_recovery.py
tests/test_removal_ledger.py
tests/test_session_round_trip.py
tests/test_shared_defaults.py
tests/test_training_contract_conformance.py
tests/test_training_invariants.py