Open jkfitzsimons opened 11 months ago
Add a differentially private variant of the metrics.auc method in corresponding location.
To do this you will likely need to leverage the method histogram in the tools -> histograms which is a differentially private histogram function.
histogram
Remember to keep the interfaces consistent!
please assign me the issue , and kindly check pr https://github.com/ObliviousAI/ag_sklearn/pull/16
Add a differentially private variant of the metrics.auc method in corresponding location.
To do this you will likely need to leverage the method
histogram
in the tools -> histograms which is a differentially private histogram function.Remember to keep the interfaces consistent!