Open jkfitzsimons opened 11 months ago
Add a differentially private variant of the metrics.average_precision_score method in corresponding location.
To do this you will likely need to leverage the method mean in the tools -> utils which is a differentially private mean function.
mean
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.average_precision_score method in corresponding location.
To do this you will likely need to leverage the method
mean
in the tools -> utils which is a differentially private mean function.Remember to keep the interfaces consistent!