Skip to content

Instantly share code, notes, and snippets.

@FrederikBussler
Created August 23, 2019 10:42
Show Gist options
  • Save FrederikBussler/25a4b39644a2ce03a5841fbe0f2fbd0d to your computer and use it in GitHub Desktop.
Save FrederikBussler/25a4b39644a2ce03a5841fbe0f2fbd0d to your computer and use it in GitHub Desktop.
import numpy as np
from sklearn.datasets import load_diabetes
import phe as paillier
seed = 55
np.random.seed(seed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment