From 6195eb7d85f4b716666e649e78df26d044c7ab1c Mon Sep 17 00:00:00 2001 From: Erick Lavoie <erick.lavoie@epfl.ch> Date: Wed, 17 Feb 2021 10:28:31 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e0537..aa1b7d9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Do include your own ratings in your final submission so we can check your answer # Usage -## Compute predictions +## Compute statistics ```` > sbt "runMain stats.Analyzer --data data/ml-100k/u.data --json statistics.json" -- GitLab