Skip to content

Commit 14413a1

Browse files
author
Ben Cook
committed
updating tex file
1 parent 9b8edb3 commit 14413a1

File tree

6 files changed

+100266
-76629
lines changed

6 files changed

+100266
-76629
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ tex/*.pdf
33
tex/*.bbl
44
tex/*.bcf
55
tex/*.aux
6+
*.pyc
7+
tex/*.log

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gunzip ratings_matrix.mtx.gz
2121

2222
To get a subset of the dataset, we run:
2323

24-
python utils/subset-data.py <path to ratings_matrix.mtx> <m> <n>
24+
python utils/subset-data.py (path to ratings_matrix.mtx) (m) (n)
2525

2626
e.g.
2727

0 commit comments

Comments
 (0)