diff --git a/blog/posts/differential-privacy.md b/blog/posts/differential-privacy.md index b0b96a25..2e3e49b6 100644 --- a/blog/posts/differential-privacy.md +++ b/blog/posts/differential-privacy.md @@ -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).