Anonymization of high-dimensional data
Preserving privacy becomes inefficient due to the curse of dimensionality. The curse of dimensionality refers to a set of problems that arise when working with high-dimensional data. As the number of features or dimensions grows, the amount of data we need to generalize accurately grows exponentially. This is especially the case with k-anonymity: the more columns, the more complex reaching a k-anonymous dataset can be.
How does PCA work concerning the anonymization of datasets and dataset releases?
Diese Übung ist Teil des Kurses
Data Privacy and Anonymization in Python
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
