Documentation update for 0.1.2 release#172
Conversation
| **Things to remember about PyDP :** | ||
| - :rocket: Features Differentially Private Algorithmic functions as part of the 0.1.1 dev release, added to carrots demo such as BoundedMean, BoundedSum, Max, Count Above, Percentile, Min, Median , etc. | ||
| - :rocket: Features Differentially Private Algorithmic functions to support carrots demo including: BoundedMean, BoundedSum, Max, Count Above, Percentile, Min, Median, etc. | ||
| - All the computation methods mentioned above, use Laplace noise only. (Other noise mechanisms will be added soon... :smiley:) |
There was a problem hiding this comment.
Let's add a link for the others mechanism or paper so people have an idea about what does it means:
There was a problem hiding this comment.
Great, I think we can add it to the learning resources @jeamick - to know more about DP and stuff. The readme should only describe the project. What do you think @chinmayshah99 ?
I think the current description is enough. But, as always any suggestions are welcome!
There was a problem hiding this comment.
Yeah @shaistha24 , we can add this to learning resources, and create a link from here in readme.
@shaistha24 Can you help us out here?
jeamick
left a comment
There was a problem hiding this comment.
Looks good to me! I just added a little comment, let me guys know your thoughts about it.
|
While I have merged this PR, @shaistha24 can you add links to explore further section and link it with the main readme? |
Pull Request
Description
Please include a summary of the change and which issue is fixed. If this closes one or more open issues, please tag them as described here.
Affected Dependencies
List any dependencies that are required for this change.
Type of Change
Please mark options that are relevant.
How has this been tested?
Checklist
Additional Context
Please also include relevant motivation and context.