Skip to content

Commit 19951cc

Browse files
committed
Wrong example updated with correct one
1 parent e467a6c commit 19951cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data_analysis/book_sales_analysis/about_apriori.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ scatter-plot
255255
(tc/head (:rules-grouped quick-formatted) 15)
256256
{:element/max-height "500px"})
257257

258-
;; Reading these rules is straightforward. For example, if a customer buys Yuval Noah Harari's "Sapiens," there's a 72% chance they'll also purchase "Nexus" (another Harari title), and this combination is nearly twice as likely as random chance (lift = 1.99).
258+
;; Reading these rules is straightforward. For example, if a customer buys "Zamilujte se do angličtiny", there's a 37% chance they'll also purchase "365 anglických frází a výrazů" (another author's title), and this combination is 6 times as likely as random chance (lift = 6,12).
259259

260260
;; ## Visualizing the Network
261261

0 commit comments

Comments
 (0)