Skip to content

comptastics/dp_inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dp_inference

This directory contains code for performing differential privacy inference using the dp_inference package.

Installation

To set up and install the dp_inference conda environment, follow these steps:

conda create -n dp_inference python=3.10
conda install numpy scipy scikit-learn matplotlib cvxpy pandas -c conda-forge
pip install folktables
pip install -e .

The code uses multiprocessing to correctly run on a linux environment, To run it without multiprocessing, change the corresponding script files. The dp_inference folder contains the main functions implementing the algorithms and the scripts folder containts scripts that call those functions to run the experiments in the paper. An example command to run the code is:

python scripts/one_dim_methods.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published