Skip to content
Snippets Groups Projects
Commit 667ce209 authored by Erick Lavoie's avatar Erick Lavoie
Browse files

Added personal ratings instructions

parent ab60cd34
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,21 @@ Unzip:
> unzip ml-100k.zip
````
# Personal Ratings
Add your ratings in the 'data/personal.csv' file, by providing a numerical rating between [1,5] for at least 20 movies. For example, to rate the 'Toy Story' movie with '5', modify this line:
````
1,Toy Story (1995),
````
to this:
````
1,Toy Story (1995),5
````
Do include your own ratings in your final submission so we can check your answers against those provided in your report.
# Usage
## Compute predictions
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment