OpenMined / PyDP

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

Tidy up public interface #246

Closed alejandrosame closed 4 years ago

alejandrosame commented 4 years ago

Description

With this change the PyDP offers a tidy interface to the user. Now pydp exposes the submodules algorithms, distributions and util (and modules/classes under them) without polluting the namespaces with implementation details.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

Checklist