From 40050117e806868b81b764c3d778eaa706b7ba2b Mon Sep 17 00:00:00 2001 From: kcelia Date: Wed, 4 Oct 2023 10:04:46 +0200 Subject: [PATCH] chore: update text --- docs/advanced_examples/KNearestNeighbors.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced_examples/KNearestNeighbors.ipynb b/docs/advanced_examples/KNearestNeighbors.ipynb index b5b476777d..081a2496c1 100644 --- a/docs/advanced_examples/KNearestNeighbors.ipynb +++ b/docs/advanced_examples/KNearestNeighbors.ipynb @@ -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",