Skip to content

Commit c03c2f3

Browse files
committed
DOC Add note on randomness
1 parent 6948563 commit c03c2f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ch08/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ significantly refactored when compared to the first one.
1010
Ratings Prediction
1111
------------------
1212

13+
Note that since the partition of the data into training and testing is random,
14+
everytime you run the code, the results will be different.
15+
16+
1317
load_ml100k.py
1418
Load data & partition into test/train
1519
norm.py

0 commit comments

Comments
 (0)