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

Time issues with DataSynthesizer #31

Open
mahmoudibrahim98 opened this issue Dec 20, 2020 · 2 comments
Open

Time issues with DataSynthesizer #31

mahmoudibrahim98 opened this issue Dec 20, 2020 · 2 comments

Comments

@mahmoudibrahim98
Copy link

  • DataSynthesizer version:
  • Python version:
  • Operating System:

Description

Hello,
I am using DataSynthesizer to generate synthetic data for research purposes. I've been using this package for moths and it works perfectly with small datasets. However, when I use a bigger dataset, especially higher number of columns, time problem rises. A single dataset(with 71236 instances and 52) took more than 18 hours to be synthesized on a 64 core machine(degree_of_bayesian_network =0 in this case) .
I also tried to decrease the degree_of_bayesian_network , by assigning it to 2 instead of the default 0. Although the quality of the synthesized data decreases, Time decreases , but it's still taking too long.
What do you suggest to do? Is there a better way you recommend to approach bigger datasets?

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
@mahmoudibrahim98
Copy link
Author

Also, can you point out for me the effect of using k=3 over the effect of using k=2.

@haoyueping
Copy link
Collaborator

Please try k=1. k is the number of parents for nodes in the constructed Bayesian network. The running time / complexity of DataSynthesizer increases dramatically with k.

When k=0, its value will be self-determined, which could be very large.

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

No branches or pull requests

2 participants