Import Error
Closed this issue · 1 comments
Jhanvi12 commented
tobiasdam commented
Hi!
As stated in the top-level README.md
our code uses python3 not python2 and it is not possible to run the anonymisation modules directly.
The
README.md
files inside the modules are left for reference to the original repository only
Please use pip3
to install the requirements and run python3 baseline_with_repetitions.py
to get usage instructions.
Aside from that I advise to use Linux or WSL, since the XGBoost version that we used cannot be installed on Windows with pip. Upgrading XGBoost might work, e.g. pip3 install xgboost --upgrade