Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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 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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages