[How To] Run HELR (Homomorphic Encryption Logistic Regression) in macOS
HELR is a software project for performing a logistic regression training on encrypted data (Secure Logistic Regression based on Homomorphic Encryption: Design and Evaluation ( https://medinform.jmir.org/2018/2/e19/ )). Step 1: brew install GMP Step 2: brew install NTL Step 3: git clone https://github.com/K-miran/HELR.git Step 4: cd HELR