Skip to content

Commit

Permalink
Update concrete-ml/svm.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Boulant <[email protected]>
  • Loading branch information
robinstraub and oboulant authored Mar 21, 2023
1 parent a301df2 commit 66d0dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concrete-ml/svm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"accuracy_concrete_fhe = accuracy_score(y_test, y_pred_concrete_fhe)\n",
"```\n",
"\n",
"Now that the model is compiled, computing predictions in with FHE is just a matter of passing a execution_in_fhe parameter set to True.\n",
"Now that the model is compiled, computing predictions with FHE is just a matter of passing an `execution_in_fhe` parameter set to `True`.\n",
"\n",
"\n",
"#### Accuracy\n",
Expand Down

0 comments on commit 66d0dc1

Please sign in to comment.