Skip to content

Commit d304f5d

Browse files
committed
DOC Explain why results will be different from book
1 parent 80aceef commit d304f5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ch04/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ feasible to run it on a modern laptop. Once the second step is finished, you
3131
may remove the input file if you want to save disk space
3232
(``data/enwiki-latest-pages-articles.xml.bz2``).
3333

34+
You should not expect that your results will exactly match the results in the
35+
book, for two reasons:
36+
37+
1. The LDA algorithm is a probabilistic algorithm and can give different
38+
results every time it is run.
39+
2. Wikipedia keeps changing. Thus, even your input data will be different.

0 commit comments

Comments
 (0)