OpenMined / PyDP

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

Feature/machine learning 1 #397

Open Prachi-Agr opened 2 years ago

Prachi-Agr commented 2 years ago

Description

Added tests for sklearn pipeline. -Added test for default parameter check for epsilon and sensitivity in LaplaceMechanism class -Added test to check for return type of sensitivity_calculation method of LaplaceMechanism class. Checks if return type is numpy array and also the size of the output array is same as that of the input.

Affected Dependencies

None

How has this been tested?

Checklist