.gitignore
.readthedocs.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/gretel-synthetics-fr---bug-report.md
.github/workflows/integration-tests.yml
.github/workflows/localwheel.yml
.github/workflows/pypi.yml
.github/workflows/unit-tests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/styles.css
docs/api/batch.rst
docs/api/config.rst
docs/api/generate.rst
docs/api/tokenizers.rst
docs/api/train.rst
docs/img/gretel-logo.png
docs/img/gretel_logo_white.png
docs/models/actgan.rst
docs/models/timeseries_dgan.rst
docs/utils/header_clusters.rst
docs/utils/index.rst
docs/utils/stats.rst
examples/ACTGAN_Demo.ipynb
examples/dataframe_batch.ipynb
examples/poe.txt
examples/record_factory.ipynb
examples/synthetic_records.ipynb
examples/timeseries_dgan.ipynb
examples/tokenizers.ipynb
examples/data/canaries.csv
examples/data/uber_scooter_rides_1day.csv
examples/research/heart_annotated.csv
examples/research/heart_disease_uci.ipynb
examples/research/synthetics_knn_classify_and_visualize.ipynb
examples/research/synthetics_knn_generate.ipynb
examples/tensorflow/batch-df-char-tokenizer.ipynb
examples/tensorflow/diff_privacy.ipynb
examples/tensorflow/simple-character-model.ipynb
requirements/base.txt
requirements/docs.txt
requirements/test.txt
requirements/torch.txt
requirements/utils.txt
setup-utils/setup-gretel-synthetics-tensorflow28-with-gpu.sh
src/gretel_synthetics/__init__.py
src/gretel_synthetics/batch.py
src/gretel_synthetics/config.py
src/gretel_synthetics/const.py
src/gretel_synthetics/errors.py
src/gretel_synthetics/generate.py
src/gretel_synthetics/generate_parallel.py
src/gretel_synthetics/generate_utils.py
src/gretel_synthetics/tokenizers.py
src/gretel_synthetics/train.py
src/gretel_synthetics/typing.py
src/gretel_synthetics.egg-info/PKG-INFO
src/gretel_synthetics.egg-info/SOURCES.txt
src/gretel_synthetics.egg-info/dependency_links.txt
src/gretel_synthetics.egg-info/requires.txt
src/gretel_synthetics.egg-info/top_level.txt
src/gretel_synthetics/actgan/__init__.py
src/gretel_synthetics/actgan/actgan.py
src/gretel_synthetics/actgan/actgan_wrapper.py
src/gretel_synthetics/actgan/base.py
src/gretel_synthetics/actgan/column_encodings.py
src/gretel_synthetics/actgan/columnar_df.py
src/gretel_synthetics/actgan/data_sampler.py
src/gretel_synthetics/actgan/data_transformer.py
src/gretel_synthetics/actgan/structures.py
src/gretel_synthetics/actgan/train_data.py
src/gretel_synthetics/actgan/transformers.py
src/gretel_synthetics/detectors/__init__.py
src/gretel_synthetics/detectors/dates.py
src/gretel_synthetics/detectors/sdv.py
src/gretel_synthetics/timeseries_dgan/__init__.py
src/gretel_synthetics/timeseries_dgan/config.py
src/gretel_synthetics/timeseries_dgan/dgan.py
src/gretel_synthetics/timeseries_dgan/structures.py
src/gretel_synthetics/timeseries_dgan/torch_modules.py
src/gretel_synthetics/timeseries_dgan/transformations.py
src/gretel_synthetics/utils/__init__.py
src/gretel_synthetics/utils/data.py
src/gretel_synthetics/utils/header_clusters.py
src/gretel_synthetics/utils/rdt_patches.py
src/gretel_synthetics/utils/stats.py
src/gretel_synthetics/utils/tar_util.py
src/gretel_synthetics/utils/torch_utils.py
tests/conftest.py
tests/test_batch.py
tests/test_config.py
tests/test_generate_parallel.py
tests/test_tokenizers.py
tests/test_train.py
tests-integration/test_generate.py
tests/actgan/test_actgan.py
tests/actgan/test_actgan_transformations.py
tests/actgan/test_column_encodings.py
tests/actgan/test_data_transformer.py
tests/actgan/test_train_data.py
tests/data/santander.csv.gz
tests/data/smol.txt
tests/data/0.14.x/dp-model/model_params.json
tests/data/0.14.x/non-dp-model/model_params.json
tests/detectors/test_detectors_dates.py
tests/detectors/test_sdv.py
tests/timeseries_dgan/test_dgan.py
tests/timeseries_dgan/test_transformations.py
tests/utils/test_data.py
tests/utils/test_header_clusters.py
tests/utils/test_rdt_float_formatter_orig.py
tests/utils/test_rdt_patches.py
tests/utils/test_stats.py
tests/utils/test_tar_util.py
tests/utils/data/cluster_test_data.csv
tests/utils/data/synth.csv
tests/utils/data/train.csv