Skip to content

Commit ae6cae3

Browse files
fix footnote
1 parent 9506859 commit ae6cae3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/data_analysis/book_sales_analysis/about_apriori.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848

4949
;; *(for clarity, many columns were omitted here; rows were generated with `(tc/random 5)` from anonymized dataset)*
5050

51-
;; Each row represented one order, with books listed as comma-separated values. There are many exceptions, inconsistencies, and format-based differences ^[^1]. To analyze purchasing patterns, I needed to transform this into a format where each book became a binary feature: did a customer buy it (1) or not (0)? This transformation is called **one-hot encoding**.
51+
;; Each row represented one order, with books listed as comma-separated values. There are many exceptions, inconsistencies, and format-based differences [^1]. To analyze purchasing patterns, I needed to transform this into a format where each book became a binary feature: did a customer buy it (1) or not (0)? This transformation is called **one-hot encoding**.
5252
;;
5353
;; ---
54-
;;
55-
;; 1: We sell e-books and audiobooks too – readers can use our [fantastic app](https://www.melvil.cz/aplikace-melvil/).
54+
;;
55+
;; [^1]: We sell e-books and audiobooks too – readers can use our [fantastic app](https://www.melvil.cz/aplikace-melvil/).
5656

5757
;; ## The Transformation: Making Data Analysis-Ready
5858

0 commit comments

Comments
 (0)