Diyago / Tabular-data-generation

We well know GANs for success in the realistic image generation. However, they can be applied in tabular data generation. We will review and examine some recent papers about tabular GANs in action.
https://towardsdatascience.com/review-of-gans-for-tabular-data-a30a2199342
Apache License 2.0
526 stars 81 forks source link

pip install scikit-learn version issue #48

Closed orkunaran closed 2 years ago

orkunaran commented 2 years ago

Currently having issues while installing mac terminal with pip command. I have scikit learn 1.0 installed.

Collecting scikit-learn==0.23.2 Using cached scikit-learn-0.23.2.tar.gz (7.2 MB) Installing build dependencies ... error error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [2515 lines of output]

Diyago commented 2 years ago

I suggest you create new env and then try to install this library. Reopen with still face the error

abaccarini commented 1 year ago

I am having this issue as well. Creating a fresh environment (I've tried both conda and venv) does not fix the problem.

Can you please specify which versions of sklearn and tabgan are compatible together, as well as the version(s) of python?

Diyago commented 1 year ago

@anbaccar !pip install tabgan==1.3.0

should work on colab