A prototype for implementing Logistic Regression in the FRESCO framework. This uses Secure Multi-Party Computation to calculate a logistic regression on a combination of data sets from multiple parties, without disclosing the data sets between parties.
The simplest way to get started is by running the run.sh
script. When called
without arguments, it will print information on how to use it.
This project was developed using (and contains project files for) IntelliJ IDEA.