Skip to content

Privacy-preserving parametrisation #20

@naoise-h

Description

@naoise-h

At present, when parameters such as bounds and data_norm are not specified by the user, the values are simply read from the data, a clear violation of differential privacy (and flagged as such with a PrivacyLeakWarning). It is possible, however, to estimate these parameters using histograms, thanks to their low-sensitivity.

With clip_to_norm and clip_to_bounds a feature from diffprivlib 0.3, implementing these estimations can be done with greater ease.

Similar implementations to this can be found here and here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions