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 LPDT
pip install git+https://github.com/Karlmyh/LPDT.git
git clone git@github.com:Karlmyh/LPDT.git
cd LPDT
python setup.py install
See simulation.py for a demo of the use of the class.
- Decision Tree for Locally Private Estimation with Public Data (NeurIPS 2023)