From ac61a676a5ff7238d81f2867aaa9cfc431466760 Mon Sep 17 00:00:00 2001 From: Ludwig Schmidt-Hackenberg Date: Sun, 17 Jan 2021 19:11:56 +0100 Subject: [PATCH] completing explanation for last_skywalker example in 08_collab (#356) In the last_skywalker toy example only two of the three values are explicitly mentioned which could cause confusion. --- 08_collab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_collab.ipynb b/08_collab.ipynb index e384910..e4e4753 100644 --- a/08_collab.ipynb +++ b/08_collab.ipynb @@ -223,7 +223,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Here, for instance, we are scoring *very science-fiction* as 0.98, and *very not old* as -0.9. We could represent a user who likes modern sci-fi action movies as:" + "Here, for instance, we are scoring *very science-fiction* as 0.98, *very action* as 0.9, and *very not old* as -0.9. We could represent a user who likes modern sci-fi action movies as:" ] }, {