sdv-dev / CTGAN

Conditional GAN for generating synthetic tabular data.
Other
1.27k stars 287 forks source link

How to run the code without any discrete_columns?thanks #275

Closed Creazy-MR closed 1 year ago

Creazy-MR commented 1 year ago

How to run the code without any discrete_columns?thanks!

npatki commented 1 year ago

Hi @Creazy-MR, the discrete_columns parameter is optional. If you do not have any discrete columns, you can omit this parameter.

BTW for full, end-to-end usage it may be helpful to start with the SDV library. This library includes wrappers around CTGAN that will automatically help you address discrete vs. continuous columns. For more info, you can check out the User Guide here.

Creazy-MR commented 1 year ago

@npatki thanks very much!

npatki commented 1 year ago

@Creazy-MR no problem! Closing off this issue since we've answered the question. If you have any other follow-ups, feel free to reply and we can reopen for investigation.