Lab41 / PySEAL

This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
Other
225 stars 86 forks source link

Encrypted decision tree classifier #40

Open abheet19 opened 4 years ago

abheet19 commented 4 years ago

I want to implement homomorphic encryption in python. Want to encrypt CSV file and use it to test the decision tree ..how can I do it ?

abheet19 commented 4 years ago

commented 27 minutes ago I want to implement homomorphic encryption in python. Want to encrypt CSV file and use it to test the decision tree ..how can I do it ?