spring-epfl / synthetic_data_release

BSD 3-Clause "New" or "Revised" License
39 stars 21 forks source link

Fix germancredit.json, add two additional executable scripts, set PYTHONPATH to CTGAN #7

Closed tandriamil closed 3 years ago

tandriamil commented 3 years ago

Fix the type of the attributes in the metadata file germancredit.json.

Also ignore every folder that begins with venv instead of only venv3.7 as lazy people (like me) just name their virtual environment venv.

tandriamil commented 3 years ago

Additionally, I added two scripts in a new executables folder:

I added in the README how to set the PYTHONPATH to CTGAN to avoid import errors (see Issue #3).

Feel free to only take parts of the proposed edits directly from my fork, thank you.

tandriamil commented 3 years ago

Add a fix to the call of the CTGANSynthesizer constructor that contained a metadata parameter whereas it does not accept such parameter.

laurent-girod commented 3 years ago

Nice! Thank you for your contribution!