Closed ValterH closed 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».
@mohamedgy This is just to add a progress bar to the fitting method, it does not solve the issue.
Added tqdm loading bar to PCTGAN's fit methods for clearer usability.