Skip to content

Commit 56f164d

Browse files
committed
Update movielens 100k data add pre-processed ub
1 parent f468284 commit 56f164d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can run the MovieLens training and predict demo by:
1010

1111
```shell
1212
# download and unzip the SQLite DB file
13-
wget https://github.com/auxten/edgeRec/files/9482338/movielens.db.zip && \
13+
wget https://github.com/auxten/edgeRec/files/9895974/movielens.db.zip && \
1414
unzip movielens.db.zip
1515
# compile the edgeRec and put it in the current directory
1616
GOBIN=`pwd` go install github.com/auxten/edgeRec@latest && \

example/movielens/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Original Data: [MovieLens 100k](https://grouplens.org/datasets/movielens/100k/)
44

55
SQLite DB file:
6-
[movielens.db.zip](https://github.com/auxten/edgeRec/files/9482338/movielens.db.zip)
6+
[movielens.db.zip](https://github.com/auxten/edgeRec/files/9895974/movielens.db.zip)
77

88
To run the tests, you need download the SQLite DB file and put it in the current directory.
99

1010
```shell
1111
# download and unzip the SQLite DB file
12-
wget https://github.com/auxten/edgeRec/files/9482338/movielens.db.zip && unzip movielens.db.zip
12+
wget https://github.com/auxten/edgeRec/files/9895974/movielens.db.zip && unzip movielens.db.zip
1313
```
1414

1515
SQL that split training set and test set by 80% and 20% user:

0 commit comments

Comments
 (0)