Go to file
Filip Gralinski 8a944c17d0 BLEU done
2018-02-20 21:28:12 +01:00
app fix module names 2018-02-20 21:28:11 +01:00
src/GEval BLEU done 2018-02-20 21:28:12 +01:00
test BLEU done 2018-02-20 21:28:12 +01:00
.gitignore init 2018-02-20 21:27:59 +01:00
geval.cabal BLEU cntd. 2018-02-20 21:28:11 +01:00
LICENSE init 2018-02-20 21:27:59 +01:00
NOTICE init 2018-02-20 21:27:59 +01:00
README.md BLEU done 2018-02-20 21:28:12 +01:00
Setup.hs init 2018-02-20 21:27:59 +01:00
stack.yaml introduce GEvalSpecification 2018-02-20 21:28:11 +01:00

GEval

GEval is a library (and a stand-alone tool) for evaluating the results of solutions to machine learning challenges as defined in the Gonito platform.

Installing

You need Haskell Stack, then install with:

git clone https://github.com/filipg/geval
cd geval
stack setup
stack install

Directory structure of a Gonito challenge