From 141b4515947b0a9741e1ac9a994a2d24011832ab Mon Sep 17 00:00:00 2001 From: d69448trub <165240181+d69448trub@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:06:03 -0400 Subject: [PATCH] Fix typo in 03-preprocessing.ipynb Currently reads "However, it might make more sense to have Shopper 0 be more similar to Shopper 2" but should read "However, it might make more sense to have Shopper 0 be more similar to Shopper 1". --- 01-ml-workflow/03-preprocessing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-ml-workflow/03-preprocessing.ipynb b/01-ml-workflow/03-preprocessing.ipynb index 1b57f7e..a0af4eb 100644 --- a/01-ml-workflow/03-preprocessing.ipynb +++ b/01-ml-workflow/03-preprocessing.ipynb @@ -536,7 +536,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Looking at distances in the original space, Shopper 0 is most similar to Shopper 2, as the counts are most similar. However, it might make more sense to have Shopper 0 be more similar to Shopper 2, as the both mostly show for fashion.\n", + "Looking at distances in the original space, Shopper 0 is most similar to Shopper 2, as the counts are most similar. However, it might make more sense to have Shopper 0 be more similar to Shopper 1, as the both mostly show for fashion.\n", "the Normalizer accomplishes that by normalizing by the total number of visits (when using the l1 distance):" ] },