Utility Measure: Accuracy of Distinct User Counts

This tool measures the error introduced by the anonymization method for queries that count the number of distinct users. The tool generates a set of queries across a variety of columns and different column values. The tool also ensures that queries with a variety of different count magnitudes are used for the measure. In other words, small counts, large counts, medium counts, and so on. It measures both absolute error and relative error. The tool is implemented in the python code gdaUtility.py, found in the repo https://github.com/gda-score/utility. The same tool also provides a coverage measure.

Leave a comment

Your email address will not be published. Required fields are marked *

*

Other software tools

Tools for generating GDA Scores may be found on the GitHub repository https://github.com/gda-score.

Generate Defense Summary Graph

This tool generates a summary defense graph from a defense score.

Find out more

Inference Attack: Simple List Contents

This tool runs an attack based on simply requesting the database contents and checking for inference.

Find out more

GDA Score Attack Library

A python class for managing all phases of an attack and computing the resulting GDA defense score.

Find out more