LICENSE
NOTICE
README.md
pyproject.toml
src/synthefy_tabular/__init__.py
src/synthefy_tabular/api.py
src/synthefy_tabular/hf.py
src/synthefy_tabular.egg-info/PKG-INFO
src/synthefy_tabular.egg-info/SOURCES.txt
src/synthefy_tabular.egg-info/dependency_links.txt
src/synthefy_tabular.egg-info/entry_points.txt
src/synthefy_tabular.egg-info/requires.txt
src/synthefy_tabular.egg-info/top_level.txt
src/synthefy_tabular/configs/__init__.py
src/synthefy_tabular/configs/cls_default_noretrieval.json
src/synthefy_tabular/configs/model_base.json
src/synthefy_tabular/configs/reg_allordinal_poly10_adaptive.json
src/synthefy_tabular/configs/reg_allordinal_poly10_adaptive_svd256.json
src/synthefy_tabular/configs/reg_allordinal_poly10_noretrieval.json
src/synthefy_tabular/configs/reg_default_noretrieval.json
src/synthefy_tabular/evaluation/__init__.py
src/synthefy_tabular/evaluation/analysis.py
src/synthefy_tabular/evaluation/cli.py
src/synthefy_tabular/evaluation/datasets.py
src/synthefy_tabular/evaluation/models.py
src/synthefy_tabular/evaluation/runner.py
src/synthefy_tabular/inference/__init__.py
src/synthefy_tabular/inference/inference_method.py
src/synthefy_tabular/inference/predictor.py
src/synthefy_tabular/inference/preprocess.py
src/synthefy_tabular/model/__init__.py
src/synthefy_tabular/model/encoders.py
src/synthefy_tabular/model/layer.py
src/synthefy_tabular/model/quantile_dist.py
src/synthefy_tabular/model/transformer.py
src/synthefy_tabular/training/__init__.py
src/synthefy_tabular/training/cli.py
src/synthefy_tabular/training/config.py
src/synthefy_tabular/training/data_generator.py
src/synthefy_tabular/training/loss.py
src/synthefy_tabular/training/masking.py
src/synthefy_tabular/training/optim.py
src/synthefy_tabular/training/prefetch.py
src/synthefy_tabular/training/scm_prior_generator.py
src/synthefy_tabular/training/trainer.py
src/synthefy_tabular/utils/__init__.py
src/synthefy_tabular/utils/data_utils.py
src/synthefy_tabular/utils/inference_utils.py
src/synthefy_tabular/utils/loading.py
src/synthefy_tabular/utils/retrieval_utils.py
tests/test_api_smoke.py
tests/test_hf.py
tests/test_imports.py
tests/test_inference_e2e.py
tests/test_training_config.py