ObliviousAI / ag_sklearn

A fork of diffprivlib for CODEPEAK 2023 to extend the functionality
https://www.antigranular.com/
MIT License
3 stars 2 forks source link

Classification metrics: metrics.average_precision_score #9

Open jkfitzsimons opened 11 months ago

jkfitzsimons commented 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.

Remember to keep the interfaces consistent!

Dhruv127 commented 11 months ago

please assign me the issue , and kindly check pr https://github.com/ObliviousAI/ag_sklearn/pull/16