GAN-for-tabular-data
GAN-for-tabular-data copied to clipboard
ContextualVersionConflict: (scikit-learn 1.0.2 (/usr/local/lib/python3.7/dist-packages), Requirement.parse('scikit-learn==0.23.2'), {'tabgan'})
please I ran into contextualVersionConflict error when I run this line of code "from tabgan.sampler import GANGenerator" please any help on this please?
When this happens, you only have to restart the kernel and run the rest of the code without reinstalling any packages. It works
Thanks Ebenezer for the hint. I will try it shortly.
On Fri, Sep 2, 2022 at 3:29 AM Ebenezer Agbozo @.***> wrote:
When this happens, you only have to restart the kernel and run the rest of the code without reinstalling any packages. It works
— Reply to this email directly, view it on GitHub https://github.com/Diyago/GAN-for-tabular-data/issues/46#issuecomment-1234693877, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2MWPWHK5Z5C2E5MJZ4Y4JTV4D7ZDANCNFSM55YGELYQ . You are receiving this because you authored the thread.Message ID: @.***>
-- Website http://www.unilorin.edu.ng, Weekly Bulletin http://www.unilorin.edu.ng/index.php/bulletin UGPortal http://uilugportal.unilorin.edu.ng/ PGPortal https://uilpgportal.unilorin.edu.ng/ HelpDesk http://www.unilorin.edu.ng/index.php/more-resources/e-notices/6845-how-to-resolve-email-portal-login-problems-for-staff-and-students
!pip install tabgan==1.3.0
should work on colab without restart @olaman2x @agbozo1