minor changes to README

This commit is contained in:
Filip Gralinski 2018-06-02 13:02:18 +02:00
parent 546f2a4e24
commit 04ffaeeb9e

View File

@ -1,12 +1,15 @@
# GEval # 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 results of solutions to machine learning challenges as defined on the
[Gonito](http://gonito.net) platform. [Gonito](http://gonito.net) platform.
Note that GEval is only about machine learning evaluation. No actual Note that GEval is only about machine learning evaluation. No actual
machine learning algorithms are available here. machine learning algorithms are available here.
The official repository is `git://gonito.net/geval`, browsable at
<https://gonito.net/gitlist/geval.git/>.
## Installing ## Installing
You need [Haskell Stack](https://github.com/commercialhaskell/stack). You need [Haskell Stack](https://github.com/commercialhaskell/stack).