Skip to content

Secure multiple imputation with chain equations (Secure-MICE)

License

Notifications You must be signed in to change notification settings

0xTCG/secure-mice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Multiple Imputation with Chained Equations (Secure MICE)

This repository contains a source code for Secure MICE algorithm implemented in Sequre. While this codebase can be used as a standalone, Secure MICE is actually implemented as an integral part of Sequre framework.

Run Secure-MICE benchmarks

To run Secure-MICE benchmarks, first run all cells in Jupyter notebook to generate data and obtain all non-secure, baseline results.

Then run all other benchmarks via docker/podman:

sudo podman run --mount type=bind,source=$(pwd)/data,destination=/sequre/data --mount type=bind,source=$(pwd)/applications/config,destination=/sequre/applications/config --security-opt label=disable -e "CODON_DEBUG=lt" --privileged --rm -t hsmile/secure-mice:latest scripts/run.sh -release benchmarks --mi --jit --local

Use configuration module to configure different benchmark scenarios.

About

Secure multiple imputation with chain equations (Secure-MICE)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published