We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running make with enabled set to true on ctgan-example-0.json but getting the following error despite CTGAN library being installed:
enabled
ctgan-example-0.json
(py38) MAC-ATI0379:QUIPP-pipeline echalstrey$ make mkdir -p $(dirname synth-output/2011-census-test-1/synthetic_data_1.csv) && \ cp run-inputs/2011-census-test-1.json $(dirname synth-output/2011-census-test-1/synthetic_data_1.csv) && \ python synthesize.py -i run-inputs/2011-census-test-1.json -o $(dirname synth-output/2011-census-test-1/synthetic_data_1.csv) python metrics/privacy-metrics/disclosure_risk.py -i run-inputs/2011-census-test-1.json -o $(dirname synth-output/2011-census-test-1/privacy_disclosure_risk.json) mkdir -p $(dirname synth-output/ctgan-example-0/synthetic_data_1.csv) && \ cp run-inputs/ctgan-example-0.json $(dirname synth-output/ctgan-example-0/synthetic_data_1.csv) && \ python synthesize.py -i run-inputs/ctgan-example-0.json -o $(dirname synth-output/ctgan-example-0/synthetic_data_1.csv) [ERROR] CTGAN library needs to be installed. Error message: No module named 'ctgan.synthesizer' make: *** [synth-output/ctgan-example-0/synthetic_data_1.csv] Error 1
The text was updated successfully, but these errors were encountered:
OscartGiles
No branches or pull requests
I'm running make with
enabled
set to true onctgan-example-0.json
but getting the following error despite CTGAN library being installed:The text was updated successfully, but these errors were encountered: