Skip to content

Commit

Permalink
chore: update text
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelia committed Oct 4, 2023
1 parent 75f6277 commit 4005011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced_examples/KNearestNeighbors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"outputs": [],
"source": [
"# The novel aspect introduced by Concret-ML models is the hyperparameter `n_bits`, which represents\n",
"# the precision for quantizing input data and intermediate values of the model.\n",
"# the precision for quantizing input data\n",
"# This quantization step is essential after the training phase, since FHE exclusively operates\n",
"# over integers.\n",
"# over integers\n",
"\n",
"n_neighbors = 3\n",
"\n",
Expand Down

0 comments on commit 4005011

Please sign in to comment.