Closed dnabanita7 closed 3 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@dnabanita7 Great work on adding those descriptions! However, I would like to suggest some minor adjustments.
I think it would be a good idea to mention the description of some variables in a code block like this
. For example, instead of just "clf", we can do clf
. I think that would help make the description more readable.
For the part where mean_train_accs
, mean_test_accs
, and dp_results
, it'll be great if we can specify that those results are differentially private since the GaussianNB
class from PyDP is differentially private.
cc @chinmayshah99 @grilhami
Description
added docs for PyDP comparison
Checklist