Diyago / Tabular-data-generation

We well know GANs for success in the realistic image generation. However, they can be applied in tabular data generation. We will review and examine some recent papers about tabular GANs in action.
https://towardsdatascience.com/review-of-gans-for-tabular-data-a30a2199342
Apache License 2.0
526 stars 81 forks source link

Installation error #80

Closed ntheologos closed 1 month ago

ntheologos commented 4 months ago

Followed installation instructions and once I run python3 Research/run_experiment.py I am getting the following error:

Traceback (most recent call last): File "./Research/run_experiment.py", line 10, in from utils import save_exp_to_file, extend_gan_train, extend_from_original File "/Tabular-data-generation/Research/utils.py", line 8, in from ctgan import _CTGANSynthesizer ImportError: cannot import name '_CTGANSynthesizer' from 'ctgan' (/Tabular-data-generation/Research/ctgan/init.py)

Yashasvee-second commented 2 months ago

Hey, I got the same error !

Diyago commented 1 month ago

I'm afraid it deprecated, updated readme.md. Thank you for noticing!