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

[WIP] Refactoring: Unify getters as attributes #242

Closed alejandrosame closed 4 years ago

alejandrosame commented 4 years ago

Description

Expose all algorithm getters as read-only class attributes.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

Checklist