File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1616GOBIN=` pwd` go install github.com/auxten/edgeRec@latest && \
Original file line number Diff line number Diff line change 33Original Data: [ MovieLens 100k] ( https://grouplens.org/datasets/movielens/100k/ )
44
55SQLite 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
88To 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
1515SQL that split training set and test set by 80% and 20% user:
You can’t perform that action at this time.
0 commit comments