Check the integrity of the file with (it should give the same number as below):
````
> md5 -q ml-100k.zip
0e33842e24a9c977be4e0107933c0723
````
Unzip:
````
> unzip ml-100k.zip
````
# Usage
## Compute predictions
````
sbt 'runMain predict.Predictor'
> sbt 'runMain predict.Predictor'
````
## Compute recommendations
````
sbt 'runMain recommend.Recommender'
> sbt 'runMain recommend.Recommender'
````
## Package for submission
...
...
@@ -25,7 +45,7 @@ Update the ````name````, ````maintainer```` fields of ````build.sbt````, with th
Package your application:
````
sbt 'show dist'
> sbt 'show dist'
````
You should should see an output like:
...
...
@@ -33,7 +53,7 @@ You should should see an output like:
[info] Your package is ready in [...]/target/universal/m1_your_id-1.0.zip
````
Combine this package, alongside your report and any other files mentioned in the Milestone description (see Section ````Deliverables````). Submit to the TA for grading.
Combine this package, alongside your report and any other files mentioned in the Milestone description (see Section ````Deliverables````). Submit to the TA for grading.