Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 405 Bytes

User level locally differentially private sparse learning (ULDP-SL)

This repository includes all code and experiments for ULDP-SL, the methodology described in the paper Better Locally Private Sparse Estimation Given Multiple Samples Per User accepted for ICML 2024. The implementation is based on pure Python with the following required packages:

  • Scikit-learn
  • NumPy
  • Scipy
  • Pandas
  • Joblib