Skip to content

Commit 020cd94

Browse files
authored
Encrypted inference-Linear Regression Example (#276)
* Encrypted inference example * Change file name * Updated notebook * Update dataset loading * Update git ingore * Remove dataset * Minor changes * remove warnings * Added better explanation * More details * Made small changes * Added better description * Some changes * add context to grad and Send data to clients before inferencee * Updated notebook * Some changes * Rename file
1 parent 2503972 commit 020cd94

File tree

4 files changed

+1203
-0
lines changed

4 files changed

+1203
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,9 @@ MANIFEST
5050
# Per-project virtualenvs
5151
.venv*/
5252

53+
#Examples downloaded datasets
54+
examples/housing.data.*
55+
examples/housing.data
56+
5357
# VSCode
5458
.vscode/

0 commit comments

Comments
 (0)