Skip to content

Commit

Permalink
Clarify privacy guarantee for sparse vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-pagh authored Oct 6, 2022
1 parent 31f81da commit 4dcd780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private-count-sketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def count_sketch_failure_probability(k, fp):
plt.show(block=False)


# Sparse vectors
# Sparse vectors (event-level privacy)

load_factor = 1. # Expected number of nonzero entries in each bucket
entry_size = 10
Expand Down

0 comments on commit 4dcd780

Please sign in to comment.