Skip to content

Commit

Permalink
Fix bug in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkskeller committed Mar 15, 2023
1 parent d1fefe1 commit 69bb53a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/machine-learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ vertically::

The three approaches in this section can be run as follows::

Scripts/emulate-run.py -E ring breast_logistic
Scripts/emulate-run.py -E ring breast_logistic horizontal
Scripts/emulate-run.py -E ring breast_logistic vertical
Scripts/compile-run.py -E ring breast_logistic
Scripts/compile-run.py -E ring breast_logistic horizontal
Scripts/compile-run.py -E ring breast_logistic vertical

In the last variants, the labels are all input via party 0.

Expand Down

0 comments on commit 69bb53a

Please sign in to comment.