This repository implements LPDT, the Locally differentially Private Decision Tree described in the paper Decision Tree for Locally Private Estimation with Public Data accepted for NeurIPS 2023. The implementation is based on pure Python with the following required packages:
- Scikit-learn
- NumPy
- Numba
- Scipy
pip install LPDTpip install git+https://github.com/Karlmyh/LPDT.gitgit clone git@github.com:Karlmyh/LPDT.git
cd LPDT
python setup.py installSee simulation.py for a demo of the use of the class.
- Decision Tree for Locally Private Estimation with Public Data (NeurIPS 2023)