remove problems with k-anonymity

This commit is contained in:
fria 2025-07-12 07:17:26 -05:00 committed by GitHub
parent 1bb13346f6
commit cedf8fe53a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,10 +105,6 @@ Sometimes even with generalization, you might have outliers that don't satisfy t
In these cases, you can simply remove the row entirely.
#### Problems with k-anonymity
### Dawn of Differential Privacy
Most of the concepts I write about seem to come from the 70's and 80's, but differential privacy is a relatively new concept. It was first introduced in a paper from 2006 called [*Calibrating Noise to Sensitivity in Private Data Analysis*](https://desfontain.es/PDFs/PhD/CalibratingNoiseToSensitivityInPrivateDataAnalysis.pdf).