LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
src/KAN_synth/__init__.py
src/KAN_synth.egg-info/PKG-INFO
src/KAN_synth.egg-info/SOURCES.txt
src/KAN_synth.egg-info/dependency_links.txt
src/KAN_synth.egg-info/requires.txt
src/KAN_synth.egg-info/top_level.txt
src/KAN_synth/benchmarks/Benchmarks.py
src/KAN_synth/benchmarks/CTGAN_Efficacy_Comparison_Class.py
src/KAN_synth/benchmarks/CTGAN_Efficacy_Comparison_Reg.py
src/KAN_synth/benchmarks/TVAE_Efficacy_Comparison_Class.py
src/KAN_synth/benchmarks/TVAE_Efficacy_Comparison_Reg.py
src/KAN_synth/benchmarks/__init__.py
src/KAN_synth/data_gen/CTGAN_Data_Generation_test.py
src/KAN_synth/data_gen/TVAE_Data_Generation_test.py
src/KAN_synth/data_gen/__init__.py
src/KAN_synth/models/Disc_KAN_CTGAN_code.py
src/KAN_synth/models/Gen_KAN_CTGAN_code.py
src/KAN_synth/models/Hybrid_CTGAN_code.py
src/KAN_synth/models/Hybrid_TVAE_code.py
src/KAN_synth/models/KAN_CTGAN_code.py
src/KAN_synth/models/KAN_TVAE_code.py
src/KAN_synth/models/KAN_code.py
src/KAN_synth/models/__init__.py
src/KAN_synth/utilities/Utilities.py
src/KAN_synth/utilities/__init__.py
test/test_models.py