privacytrustlab / ml_privacy_meter

Privacy Meter: An open-source library to audit data privacy in statistical and machine learning algorithms.
MIT License
588 stars 100 forks source link

Upgrade to python3 for downloading dataset scripts, use pandas to unpickle files #55

Closed doflink closed 2 years ago

doflink commented 2 years ago

Currently, the README is mentioning to use python3.6 to run stuff in the repository. However, to download datasets, scripts are using python2. Thus this pull request is trying to solve the issue. In addition, it adds a cleaner unpickle function using Pandas.