bargavj / EvaluatingDPML

This project's goal is to evaluate the privacy leakage of differentially private machine learning models.
MIT License
129 stars 48 forks source link

Adds self parameter to "normalizeDataset" function #31

Closed procrastimax closed 1 year ago

procrastimax commented 1 year ago

In order to run the preprocessing for the purchase_100 dataset on python 3.10.8 the self parameter is needed in the PreprocessDataset's normalizeDataset function.