Skip to content
/ privit Public

[ICML 2017] An implementation of Priv'IT: Private and Sample Efficient Identity Testing

Notifications You must be signed in to change notification settings

hoonose/privit

Repository files navigation

A Python 2 implementation of Priv'IT: Private and Sample Efficient Identity Testing.

Paper appeared at ICML 2017, arXiv verison available here, authored by Bryan Cai, Constantinos Daskalakis, and Gautam Kamath.

For comparison purposes, contains implementations of Differentially Private Chi-Squared Hypothesis Testing: Goodness of Fit and Independence Testing, and A New Class of Private Chi-Square Tests.

Code primarily written by Bryan Cai and Gautam Kamath.

Bibliographic Information

If you use our code or paper, we ask that you please cite:

@inproceedings{CaiDK17,
  author        = {Cai, Bryan and Daskalakis, Constantinos and Kamath, Gautam},
  title         = {Priv'IT: Private and Sample Efficient Identity Testing},
  booktitle     = {Proceedings of the 34th International Conference on Machine Learning},
  series        = {ICML '17},
  year          = {2017},
  pages         = {635--644},
  publisher     = {JMLR, Inc.}
}

About

[ICML 2017] An implementation of Priv'IT: Private and Sample Efficient Identity Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages