Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] How can i set min and max bounds for columns with numberic data? #328

Open
tsiakmaki opened this issue Jan 31, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@tsiakmaki
Copy link

Our columns with numeric data are integers above or equal to zero. We noticed that the output synthetic data contains numbers below zero in those columns.
Is there any way to set thresholds for the synthetic numeric data?

Thank you in advance for your effort.

@tsiakmaki tsiakmaki added the enhancement New feature or request label Jan 31, 2024
@AryanSaeedi
Copy link

Yeah, I am getting the same issue with all of the models I worked with so far. DRAGAN, WGAN, WGANGP, WGAN, and with CramerGAN after a while I get nan for generator's and discriminator's losses. I am using a network traffic dataset and it can't have negative values. I even tried running WGANGP for 3000 epochs thinking it might try to improve itself but still, I was getting negative values. My dataset is (300000, 80) where only one column is categorical and the rest are continuous.
Please let me know if you were able to solve the issue.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants