gda-score / code

Tools for generating General Data Anonymity Scores (www.gda-score.org)
MIT License
7 stars 1 forks source link

Better organization of utility scores #36

Closed yoid2000 closed 5 years ago

yoid2000 commented 5 years ago

I created a new repository at gda-score/scores

I would like to start storing generated utility scores there.

In this issue, please modify code/utility/gdaUtility.py in the following two ways:

  1. It by default puts the .json files /scores/utility
  2. It generates a file name that is meaningful but at the same time is not too long. The file name should at a minimum capture the table used and the type of measure (what is measured, number of columns).

You can look at /code/attacks/attackResults/ for example of how I did this with attacks.

This is obviously an easy task and should go quick. This will get you back into the swing of things, and let you familiarize yourself at least a bit with the changes I made.