3rd Party Synthesizers
The SDGym library includes synthesizers built by 3rd party libraries that you can use for benchmarking purposes. To use these synthesizers, you'll first need to install optional dependencies that the 3rd party library requires, and then pass the name into the synthesizers
parameter.
%pip install sdgym[realtabformer]
import sdgym
sdgym.benchmark_single_table(
synthesizers=['RealTabFormerSynthesizer']
)
3rd Party Synthesizer Name
Installation Instructions
Link to library
Additional synthesizers are coming soon!
FAQs
Last updated