Basic Synthesizers

The SDGym library includes some basic synthesizers that you can use for benchmarking purposes. Pass the string names into the synthesizers parameter.

import sdgym

sdgym.benchmark_single_table(
    synthesizers=['DataIdentity', 'UniformSynthesizer']
)

Use basic synthesizers for comparison purposes only! The basic synthesizers listed below are likely not great candidates for creating usable synthetic data. Use them as comparisons with other synthesizers, such as SDV Synthesizers.

FAQs

What if I have an idea for another basic synthesizer?

If there are other basic techniques you'd like to see included in the SDGym library, please create a Feature Request with your ideas.

In the meantime, you can create a Custom Synthesizer where you can implement the techniques.

Last updated

© Copyright 2023, DataCebo, Inc.