amazon-science / tabsyn

Official Implementations of "Mixed-Type Tabular Data Synthesis with Score-based Diffusion in Latent Space""
Apache License 2.0
102 stars 33 forks source link

How to control the random state for generation #25

Open yling1105 opened 3 months ago

yling1105 commented 3 months ago

I am trying to use the code to do generation on my own dataset. As I tried the baseline method implemented in the script, I didn't find the args used to control the random state e.g. smote/main.py there should be a random state parameter in the function. Did I missing anything?

hengruizhang98 commented 3 months ago

We didn't specify the random state. If you'd like to specify it you can edit the code according to https://imbalanced-learn.org/stable/references/generated/imblearn.over_sampling.SMOTE.html.