synthetic_data_release
synthetic_data_release copied to clipboard
Hello, I have a question about the mechanism proposed in your paper. In the design of the membership inference attack, a requirement is that the adversary must have a reference...
Hello, In [your article](https://arxiv.org/abs/2011.07018), there is a section about the utility loss. I suppose that `utility_cli.py` is dedicated to these measures. However, when executing it, it throws this error: ```...
Hello, While trying to install the code on my computer, I encountered the following error when trying to `import ctgan`: ``` >>> import ctgan Traceback (most recent call last): File...
Hello, With the same setup as described in #3 , I encounter another error during unit testing: ``` ====================================================================== ERROR: test_logreg (tests.test_attacks.TestAttacks) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/leo/Documents/GitHub/synthetic_data_release/tests/test_attacks.py",...