croesuslab / RCTGAN

This package implements the RC-TGAN method, which generates synthetic data from a relational database.
Other
3 stars 3 forks source link

add tqdm to PCTGAN fit #10

Closed ValterH closed 1 year ago

ValterH commented 1 year ago

Added tqdm loading bar to PCTGAN's fit methods for clearer usability.

mohamedgy commented 1 year ago

Hi Valter,

Thank you for pointing that! We can fix this just by removing the line 193: «from rctgan import RCTGAN» from the example of the readme file, because the library is already imported in the previous lines «from rctgan.relational import RCTGAN».

martinjurkovic commented 1 year ago

@mohamedgy This is just to add a progress bar to the fitting method, it does not solve the issue.