geval/README.md

18 lines
404 B
Markdown
Raw Normal View History

2015-08-25 16:10:20 +02: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](https://github.com/commercialhaskell/stack),
then install with:
git clone https://github.com/filipg/geval
cd geval
stack setup
stack install
## Directory structure of a Gonito challenge