Diyago/Tabular-data-generation

ContextualVersionConflict: (scikit-learn 1.0.2 (/usr/local/lib/python3.7/dist-packages), Requirement.parse('scikit-learn==0.23.2'), {'tabgan'})

olaman2x opened this issue ยท 3 comments

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

!pip install tabgan==1.3.0

should work on colab without restart @olaman2x @agbozo1