kasaai / ctgan

R interface to CTGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in py_get_attr_impl(x, name, silent) : AttributeError: module 'ctgan' has no attribute 'CTGANSynthesizer'

cmcclellan opened this issue · comments

Newly installed the ctgan package and ctgan using install_ctgan(). Now trying to run the example from the Github page (synthesizer <- ctgan()) and getting the error:

Error in py_get_attr_impl(x, name, silent) :
AttributeError: module 'ctgan' has no attribute 'CTGANSynthesizer'

Edit: FWIW it looks like v0.6.0 of ctgan changed the name of CTGANSynthesizer to just CTGAN (https://pypi.org/project/ctgan/)