sdv-dev / TGAN

Generative adversarial training for generating synthetic tabular data.
MIT License
281 stars 91 forks source link

Handling the target variable in data generation (question) #49

Open wwymak opened 4 years ago

wwymak commented 4 years ago

Hi, When I am trying to generate the synthetic data, do I need to treat the target column differently? Or would a correctly tuned generator take care of generating the 'correct' labels as well? (e.g. in data augmentation for images, you don't change the target labels when you are transforming the image)

Thanks!