LICENSE
README.md
pyproject.toml
src/stratiphy/__init__.py
src/stratiphy/_cli.py
src/stratiphy/py.typed
src/stratiphy/util.py
src/stratiphy.egg-info/PKG-INFO
src/stratiphy.egg-info/SOURCES.txt
src/stratiphy.egg-info/dependency_links.txt
src/stratiphy.egg-info/entry_points.txt
src/stratiphy.egg-info/requires.txt
src/stratiphy.egg-info/top_level.txt
src/stratiphy/analysis/__init__.py
src/stratiphy/analysis/gap.py
src/stratiphy/analysis/metrics.py
src/stratiphy/analysis/split.py
src/stratiphy/analysis/explain/__init__.py
src/stratiphy/analysis/explain/_explain.py
src/stratiphy/analysis/simulate/__init__.py
src/stratiphy/analysis/simulate/_impl.py
src/stratiphy/bench/__init__.py
src/stratiphy/bench/_bencher.py
src/stratiphy/bench/_cli.py
src/stratiphy/bench/_data.py
src/stratiphy/bench/_io.py
src/stratiphy/bench/_model.py
src/stratiphy/cluster/__init__.py
src/stratiphy/cluster/_base.py
src/stratiphy/cluster/_sim.py
src/stratiphy/cluster/_sklearn_sim.py
src/stratiphy/config/__init__.py
src/stratiphy/config/_workflow.py
src/stratiphy/io/__init__.py
src/stratiphy/io/json.py
src/stratiphy/io/pb.py
src/stratiphy/model/__init__.py
src/stratiphy/model/_base.py
src/stratiphy/model/model_pb2.py
src/stratiphy/model/model_pb2.pyi
src/stratiphy/preprocessing/__init__.py
src/stratiphy/preprocessing/annoqc.py
src/stratiphy/preprocessing/phenopackets.py
src/stratiphy/preprocessing/sanitize/__init__.py
src/stratiphy/preprocessing/sanitize/_api.py
src/stratiphy/preprocessing/sanitize/_convenience.py
src/stratiphy/preprocessing/sanitize/_impl.py
src/stratiphy/preprocessing/sanitize/_model.py
src/stratiphy/preprocessing/sanitize/_test__model.py
src/stratiphy/preprocessing/summarize/__init__.py
src/stratiphy/preprocessing/summarize/_summarize.py
src/stratiphy/preprocessing/validate/__init__.py
src/stratiphy/preprocessing/validate/_base.py
src/stratiphy/preprocessing/validate/_simple.py
src/stratiphy/semsim/__init__.py
src/stratiphy/semsim/_base.py
src/stratiphy/semsim/_ic.py
src/stratiphy/semsim/_pe.py
src/stratiphy/semsim/_sts.py
src/stratiphy/semsim/_test__base.py
src/stratiphy/semsim/_test__sts.py
src/stratiphy/workflow/__init__.py
src/stratiphy/workflow/_base.py
src/stratiphy/workflow/util.py
src/stratiphy/workflow/workflow_pb2.py
src/stratiphy/workflow/workflow_pb2.pyi
tests/test_model.py
tests/test_prepare_test_data.py