OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
500 stars 138 forks source link

Jupyter Notebook for PyDP & Scikit-Learn comparison #349

Closed grilhami closed 3 years ago

grilhami commented 3 years ago

Description

Added a Jupyter Notebook that compares the accuracy result of training a dataset using Scikit-Learn's GaussianNB and PyDP's GaussianNB; the latter which adding differential privacy mechanisms.

Affected Dependencies

matplotlib was added in the pyproject.toml file to allow the notebook to function properly.

Checklist

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB