From 04ffaeeb9e07ab80a24bcb24a87dda825b09d616 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 2 Jun 2018 13:02:18 +0200 Subject: [PATCH] minor changes to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e89c28..411f81c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # GEval -GEval is a Haskell library (and a stand-alone tool) for evaluating the +GEval is a Haskell library and a stand-alone tool for evaluating the results of solutions to machine learning challenges as defined on the [Gonito](http://gonito.net) platform. Note that GEval is only about machine learning evaluation. No actual machine learning algorithms are available here. +The official repository is `git://gonito.net/geval`, browsable at +. + ## Installing You need [Haskell Stack](https://github.com/commercialhaskell/stack).