-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gaussianmechanism function in sklearn_pipeline.py #418
base: feature/machine-learning-1
Are you sure you want to change the base?
gaussianmechanism function in sklearn_pipeline.py #418
Conversation
LGTM! Tho I would suggest next time to make the commit bit by bit instead of all of it straight away. It will help to managed changes in codebase. Regardless, I see no issue with the implementation. @chinmayshah99 Can we merge this soon? |
seems like there are conflicts. Please look into this. |
@SandeepJabez there seems to be a bit more conflicts if you can look into it. |
yes, i was trying to fix, but ended up making more, I will look into them |
SKLearn Pipeine use LaplaceDistribution Class from Google DP (OpenMined#408)
@chinmayshah99 @grilhami I have fixed the conflicts, kindly take a look. |
Description
I have written block of code for the function of gaussian mechanism