Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01-ml-workflow/03-preprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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):"
]
},
Expand Down