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!
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
meanin the tools -> utils which is a differentially private mean function.Remember to keep the interfaces consistent!